From b8c5d1831d7ecae86ecb710c1c4a8ce5a16afd4a Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 11 Dec 2022 16:23:58 +0100 Subject: [PATCH] fix broken nvim map --- mzte-nv/conf/lua/maps.lua | 1 + 1 file changed, 1 insertion(+) 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