mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:42:57 +01:00
fix broken nvim map
This commit is contained in:
parent
fe9fe412fb
commit
b8c5d1831d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ map("n", "K", "<cmd>lua vim.lsp.buf.hover()<CR>", opts)
|
|||
map("n", "gd", "<cmd>Telescope lsp_definitions<CR>", opts)
|
||||
map("n", "gi", "<cmd>Telescope lsp_implementations<CR>", opts)
|
||||
map("n", "gp", "<cmd>Telescope diagnostics bufnr=0<CR>", opts)
|
||||
map("n", "gP", "<cmd>Telescope diagnostics<CR>", opts)
|
||||
map("n", "gr", "<cmd>Telescope lsp_references<CR>", opts)
|
||||
|
||||
-- command to stop LSP servers
|
||||
|
|
Loading…
Reference in a new issue