✨ Added lsp keybinding to nvim
This commit is contained in:
parent
f73b95c558
commit
bc23ba721a
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ keymap('n', '<c-p>', '<c-w>:Files<CR>', {})
|
||||||
-- open ripgrep
|
-- open ripgrep
|
||||||
vim.cmd[[nnoremap rg :silent :Rg]]
|
vim.cmd[[nnoremap rg :silent :Rg]]
|
||||||
|
|
||||||
|
-- open lsp-installer
|
||||||
|
vim.cmd[[nnoremap lsp :silent :LspInstallInfo]]
|
||||||
|
|
||||||
-- invoke Neoformat
|
-- invoke Neoformat
|
||||||
vim.cmd[[nnoremap nf :silent :Neoformat]]
|
vim.cmd[[nnoremap nf :silent :Neoformat]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue