fix broken nvim map

This commit is contained in:
LordMZTE 2022-12-11 16:23:58 +01:00
parent fe9fe412fb
commit b8c5d1831d
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -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