Do not use as is, use it as a source of inspiration.
I've customized my ZSH/Tmux/Alacritty too much, so it might not work properly π
Table of Contents (π Click to expand/collapse)
Themes are automatically changed based on time of the day:
Theme | Time of the day |
---|---|
rose-pine | [1am, 9am) |
tokyonight | [9am, 5pm) |
catppuccin | [5pm, 9pm) |
kanagawa | [9pm, 11:59pm), [0am, 1am] |
You can change this in plugins.lua and theme.lua
Customization (π Click to expand/collapse)
- I'm on the
rolling
branch of LunarVim and i'm usingneovim 0.7 head
- Do not use as is, too much bloated! Also do not use on a potato PC!!
- i have a auto command to disable syntax,etc when you open files larger than
1MB
- if you don't want to use
harpoon
, disable itlvim.builtin.harpoon = { active = false }
- if you want to try out GitHub copilot, change the following
lvim.builtin.sell_your_soul_to_devil = true
- I use a custom
lualine
disable it if you don't like itlvim.builtin.fancy_statusline = { active = false }
- You can use the fancy wild menu if you want, make sure to do a
:UpdateRemotePlugins
lvim.builtin.fancy_wild_menu = { active = true }
- You can use the
diffview
plugin instead of normalgitsigns diff
lvim.builtin.fancy_diff = { active = true }
- if you want to use debugging, change the following line to true, also install codelldb:
lvim.builtin.dap.active = true
- sometimes instead of saving you jump trough jumplist π’ just disable nvim-lastplace
lvim.builtin.lastplace = { active = false }
- sometimes
compe-tabnine
doesn't play nice, you can disable it :)lvim.builtin.tabnine = { active = false }
- if you don't need testing, just disable it
lvim.builtin.test_runner = { active = false }
- if you don't want cheat.sh integration, disable it
lvim.builtin.cheat = { active = false }
- if you don't want the SQL integration, disable it
lvim.builtin.sql_integration = { active = false }
- if you don't like smooth scrolling, disable it
lvim.builtin.neoscroll = { active = false }
- if you want an obvious focused window, and you don't get seizures from it
lvim.builtin.nonumber_unfocus = true
- choose between hop and lightspeed as your favorite motion provider
lvim.builtin.motion_provider = "hop"
- if you don't need CSV support, disable it
lvim.builtin.csv_support = false
- if you want to use the cool make and run system, enable it
lvim.builtin.async_tasks = { active = true }
- If you wanna see the issues, remove
lvim.lsp.diagnostics.virtual_text = false
- I'm using
skim
forlatex
stuff, change it tozathura
if you are onlinux
Prerequisites (π Click to expand/collapse)
- Neovim >= v0.6.0
brew install neovim --nightly
curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh
cargo install ripgrep fd-find
- NodeJS >= v16.13.0 most language servers need this
brew install node
# install LunarVim
mv ~/.config/lvim ~/.config/lvim_backup
git clone https://github.com/abzcoding/lvim.git ~/.config/lvim
lvim +LvimUpdate +LvimCacheReset +q
lvim # run :PackerSync
- FiraCode Nerd Font: My preferred font
- Any of the Nerd Fonts
On macOS with Homebrew, choose one of the Nerd Fonts, for example, here are some popular fonts:
brew tap homebrew/cask-fonts
brew search nerd-font
brew install --cask font-fira-code-nerd-font
brew install --cask font-victor-mono-nerd-font
brew install --cask font-iosevka-nerd-font-mono
brew install --cask font-hack-nerd-font
Other Stuff (π Click to expand/collapse)
To leverage LSP auto-completions and other functionalities, after you open a
file in Neovim, run :LspInstall <server>
to use
nvim-lsp-installer installation feature.
Use Tab
to list available servers.
Here are some common LSP server installations:
:LspInstall html cssls jsonls yamlls
:LspInstall gopls
:LspInstall pylsp
:LspInstall bashls vimls sumneko_lua
:LspInstall diagnosticls
- and moreβ¦
cd ~/.config/lvim
git pull
lvim # run :PackerSync
brew install luarocks
luarocks install luacheck # if you want to use luacheck
cargo install selene # if you want to use selene instead of luacheck
brew install hadolint # if you want to lint dockerfiles
pip install vim-vint # for vim linting
# install llvm and clang_format for clang stuff
npm install -g @fsouza/prettierd # if you want to use prettierd
pip install yapf flake8 black # for python stuff
# if you want to use the markdown thingy
brew install vale markdownlint-cli
cp -r ~/.config/lvim/.vale ~/.config/vale
# fix the address inside .vale.ini
cp ~/.config/lvim/vale_config.ini ~/.vale.ini
# if you want the latex stuff
# brew install --cask mactex-no-gui # for mac
# or install zathura and chktex on linux
In case you want a better tex support in mac, check this out
if you want the custom gostructhelper
, first get the pkg:
cd /tmp
git clone https://github.com/vanhtuan0409/gostructhelper.git
cd gostructhelper/cmds/gostructhelper
go build -o /usr/local/bin/gostructhelper && chmod 0755 /usr/local/bin/gostructhelper
The default is to serve localhost only, on port 8080. For a more advanced (remote server) overview see Deploy a server
:InstantStartServer [host] [port]
: Start the server using:InstantStartSingle [host] [port]
: This only shares the current buffer.:InstantStartSession [host] [port]
:This shares all opened (and newly opened) buffers with the other clients
let g:instant_username="sth"
: Set your preferred username.:InstantJoinSingle [host] [port]
: Use this command if another client already initiated a single share.:InstantJoinSession [host] [port]
: Use this command if another client already initiated a session share
Screenshots (π Click to expand/collapse)








code_lens
and inlay_hints
when supported by lang server
peek using gp

rename using <leader>lr



k8s help

lazy git integration

zen mode

Cheat.sh integration

Symbols Outline

Plugins (π Click to expand/collapse)
- Tokyonight Theme
- Doom One Theme
- Rose Pine Theme
- LSP Signature
- Todo Comments
- Trouble
- symbols-outline.nvim
- Indent Blankline
- Twilight
- nvim-bqf
- vim match-up
- Markdown Preview for (Neo)vim
- Zen Mode
- rust-tools
- nvim-spectre
- colorizer.lua
- Neogen
- Vimtex
- nvim-lsp-ts-utils
- flutter-tools.nvim
- NeoClip
- Telescope live grep raw
- nvim-lightbulb
- fidget
- clangd_extensions.nvim
- crates.nvim
- Hop
- Lightspeed
- wilder.nvim
- nvim-lastplace
- Tabnine
- Persistence
- Presence
- Orgmode.nvim
- nvim-dap-ui
- LuaDev
- vim-test
- vim-ultest
- nvim-cheat
- vim-dadbod
- vim-dadbod-completion
- vim-dadbod-ui
- Neoscroll
- Copilot
- Harpoon
- Renamer
- vim-log-highlighting
- nvim-cursorline
- nvim-hlslens
- csv.vim
- sidebar.nvim
- asynctasks.vim
- asyncrun.vim
- nvim-metals
- instant.nvim
- SnipRun
- Vista
- editorconfig-vim
Structure (π Click to expand/collapse)
- after/ - Stuff that happens after
- ftdetect/ - Let neovim identify custom filetypes
- ftplugin/ - Language specific custom settings
- lsp-settings - Custom lang server settings
- lua/ - Lua plugin configurations
- telescope/ - Telescope extensions
- user/ - User specific settings
- null_ls - list of configured linters/formatters
- autocommands.lua - user defined autocommands
- builtin.lua - change internal lunarvim settings
- keybindings.lua - user defined keybindings
- plugins.lua - list of installed plugins
- lsp_kind.lua - all the icons and lsp ui goodies are here
- theme.lua - customized themes
- config.lua - Main customization point for settings
- snippets/ - Personal code snippets
- vimscript/ - wilder settings
Note that,
- Leader key set as Space
Key-mappings (π Click to expand/collapse)
Modes: π=normal π=visual π=select π=insert π=commandKey | Mode | Action | Plugin or Mapping |
---|---|---|---|
Space+e | π | Open file tree | NvimTree |
Space+o | π | Open symbols | Symbols-outline |
Space+f | π | Open file finder | Telescope |
Space+h | π | Remove highlight | nohlsearch< |
Space+/ | π | Toggle comment | Comment.nvim |
Space+? | π | Open cheats | cheat.sh |
Space+' | π | Open marks | which-key marks |
Space+z | π | Zen mode | zen-mode.nvim |
Space+P | π | Projects | project.nvim |
Ctrl+</kbd> | π | Open terminal | toggleterm.nvim |
Ctrl+s | π | Show signature help | vim.lsp.buf.signature_help() |
Alt+s | π | Snippet selection | Telescope luasnip extension |
Space+C | π | Command Palette | Telescope command_palette |
Key | Mode | Action | Plugin or Mapping |
---|---|---|---|
f | π | find next character | HopChar1CurrentLineAC or Lightspeed_f |
F | π | find previous character | HopChar1CurrentLineBC or Lightspeed_F |
s | π | find character | HopChar2MW or Lightspeed_s |
S | π | find word | HopWordMW or Lightspeed_S |
Alt+a | π | select all | ggVG |
Alt+a | π | increment number | C-A |
Alt+x | π | decrement number | C-X |
Key | Mode | Action |
---|---|---|
Tab / Shift-Tab | π | Navigate completion-menu |
Enter | π | Select completion or expand snippet |
Upor Down | π | Movement in completion pop-up |
]+d | π | Next diagnostic |
[+d | π | Previous diagnostic |
Space+l+j or Space+l+k | π | Next/previous LSP diagnostic |
Space+l+r | π | replace current word in project |
Ctrl+e | π | Close pop-up |
Tab / Shift-Tab | π π | Navigate snippet placeholders |
Space+l | π | keybindings for lsp |
g+a | π | code actions |
g+A | π | codelens actions |
g+d | π | goto definition |
g+t | π | goto type definition |
g+D | π | goto declaration |
g+I | π | goto implementation |
g+p | π | peek implementation |
g+r | π | goto references |
g+s | π | show signature help |
Key | Mode | Action |
---|---|---|
Space+m+f | π | Build File |
Space+m+p | π | Build Project |
Space+m+e | π | Edit Tasks |
Space+m+l | π | List Tasks |
Space+r+f | π | Run File |
Space+r+p | π | Run Project |
Key | Mode | Action |
---|---|---|
Space+g+j or Space+g+k | π | Next/previous Git hunk |
Space+g+p | π | Preview hunk |
Space+g+l | π | Blame line |
Space+g+s | π π | Stage hunk |
Space+g+u | π | Undo stage hunk |
Space+g+R | π π | Reset hunk |
Key | Mode | Action |
---|---|---|
Space+g+g | π | Open lazy git UI |
Key | Mode | Action |
---|---|---|
Space+f | π | File search |
Space+P | π | Project search |
Space+s+s | π | Grep search |
Space+s+f | π | Telescope find_files |
Space+s+e | π | Telescope file_browser |
Space+F+l | π | Reopen last search |
Space+b+f | π | Buffers |
Space+s+c | π | Colorschemes |
Space+s+C | π | Command history |
Space+s+h | π | Find help |
Space+s+k | π | Keymap search |
Space+s+M | π | Man Pages search |
Space+s+r | π | Register search |
Space+s+t | π | Grep string under cursor |
Space+s+t | π | Grep raw |
Space+F+b | π | Builtin search |
Space+F+f | π | Current buffer search |
Space+F+g | π | Git files search |
Space+F+i | π | Installed plugins |
Space+F+p | π | Project search |
Space+F+i | π | Installed plugins |
in Telescope window | ||
CR | π π | Multi/Single Open |
Ctrl+c | π π | Exit telescope |
Ctrl+v | π π | Open in a vertical split |
Ctrl+s | π π | Open in a split |
Ctrl+t | π π | Open in a tab |
Ctrl+b | π | Go back in Command Palette |
Tab | π π | Toggle Selection + Next |
Shift+Tab | π π | Toggle Selection + Prev |
Key | Mode | Action |
---|---|---|
Space+Space | π | show harpoon shortlist |
Space+a | π | add file to shortlist |
Space+1 | π | jump to first file on shortlist |
Space+2 | π | jump to second file on shortlist |
Space+3 | π | jump to third file on shortlist |
Space+4 | π | jump to forth file on shortlist |
Key | Mode | Action |
---|---|---|
Space+n+c | π | Class documentation |
Space+n+f | π | Function documentation |
Space+n+t | π | Type documentation |
Space+n+F | π | File documentation |
Key | Mode | Action |
---|---|---|
Space+q+d | π | quit without saving session |
Space+q+l | π | restore last session |
Space+q+s | π | restore last session from current dir |
Key | Mode | Action |
---|---|---|
Shift+x | π | close buffer |
Space+b+f | π | find buffer |
Space+b+b | π | toggle buffer groups |
Space+b+p | π | pick buffer |
Space+b+1 | π | goto buffer 1 |
Space+b+h | π | Close all to left |
Space+b+l | π | Close all to right |
Space+b+D | π | Sort by directory |
Space+b+L | π | Sort by language |
Key | Mode | Action |
---|---|---|
Space+T+d | π | diagnostics |
Space+T+f | π | definitions |
Space+T+r | π | references |
Space+T+t | π | todo |
Space+T+w | π | workspace diagnostics |
Key | Mode | Action |
---|---|---|
Space+t+f | π | run all tests in a file |
Space+t+n | π | only run nearest test |
Space+t+s | π | open test summary |
Key | Mode | Action |
---|---|---|
Space+R+p | π | replace word in project |
Space+R+w | π | replace visually selected word |
Space+R+f | π | replace word in current buffer |