This is my old neovim config files (pure vimscript)
-
Plugin Manager: vim-plug
-
LSP: coc.nvim
-
File Explorer: coc-explorer
-
C/C++ Semantic Highlighting: vim-lsp-cxx-highlight
-
Autopair: coc-pairs
-
Rust: rust.vim
-
Terminal: vim-floaterm
-
Format: neoformat
-
Statusline && bufferline: lightline.vim
-
Colorscheme: nord-vim
Key | Action |
---|---|
Meta + e | Open file explorer(floating) |
Meta + t | Open terminal(floating) |
Meta + f | Format code |
Meta + n | Goto next tab |
Meta + p | Goto previous tab |
Meta + d | Close current tab |
Meta + r | Rename |
Meta + k | Show Signature Help |
gd | Goto declaration |
gr | Show all references |
gi | Goto implementation |
gy | Goto type declaration |
gn | Goto next error |
K | Hover |
Leader + xx | Show all diagnostic messages |
Leader + fs | Search symbols |