NVimConfig
Plugins Keybindings
nvim-peekup
""
- Show contents of all registers
Compe
<C-Space>
- Auto Complete
Telescope
<C-P>
- find files
<leader>ff
- find files
<leader>fg
- live grep
<leader>fb
- find buffers
<leader>fh
- find help tags
LSP
gD
- go to declaration
gd
- go to Definition
K
- Hover
gi
- go to implemenatiton
<C-k>
- ‘
lua vim.lsp.buf.signature_help() ’, opts <space>wa
- ‘
lua vim.lsp.buf.add_workspace_folder() ’, opts <space>wr
- ‘
lua vim.lsp.buf.remove_workspace_folder() ’, opts <space>wl
- ‘
lua print(vim.inspect(vim.lsp.buf.list_workspace_folders())) ’, opts <space>D
- ‘
lua vim.lsp.buf.type_definition() ’, opts <space>rn
- ‘
lua vim.lsp.buf.rename() ’, opts <space>ca
- ‘
lua vim.lsp.buf.code_action() ’, opts gr
- ‘
lua vim.lsp.buf.references() ’, opts
Diagnostics
<space>e
- Show diagnostics in current line
[d
- Go to previous diagnostics
]d
- Go to next diagnostics
<space>q
- Set loclist