diff --git a/mzte-nv/conf/lua/maps.lua b/mzte-nv/conf/lua/maps.lua index 13659f8..b8f8069 100644 --- a/mzte-nv/conf/lua/maps.lua +++ b/mzte-nv/conf/lua/maps.lua @@ -32,6 +32,7 @@ map("n", "K", "lua vim.lsp.buf.hover()", opts) map("n", "gd", "Telescope lsp_definitions", opts) map("n", "gi", "Telescope lsp_implementations", opts) map("n", "gp", "Telescope diagnostics bufnr=0", opts) +map("n", "gP", "Telescope diagnostics", opts) map("n", "gr", "Telescope lsp_references", opts) -- command to stop LSP servers