diff --git a/lua/custom/lspconfig.lua b/lua/custom/lspconfig.lua index 820c8c2..1ba456f 100644 --- a/lua/custom/lspconfig.lua +++ b/lua/custom/lspconfig.lua @@ -52,7 +52,7 @@ local on_attach = function(_, bufnr) keymap.set("n", "gr", "Lspsaga finder", opts) -- see definition and make edits in window keymap.set("n", "rn", "Lspsaga rename", opts) -- smart rename keymap.set("n", "ca", "Lspsaga code_action", opts) -- see available code actions - keymap.set("n", "K", "Lspsaga hover_doc", opts) -- show documentation for what is under cursor + -- keymap.set("n", "K", "Lspsaga hover_doc", opts) -- show documentation for what is under cursor keymap.set("n", "ge", "Lspsaga show_line_diagnostics", opts) -- show diagnostics for line keymap.set("n", "", "Lspsaga code_action", opts) -- diagnostic