diff --git a/lua/custom/lspconfig.lua b/lua/custom/lspconfig.lua index 1dd0b07..91e71f2 100644 --- a/lua/custom/lspconfig.lua +++ b/lua/custom/lspconfig.lua @@ -56,7 +56,7 @@ local on_attach = function(_, bufnr) { noremap = true, silent = false, buffer = bufnr } ) - keymap.set("n", "o", "Lspsaga outline", opts) -- see outline on right hand side + keymap.set("n", "", "Lspsaga outline", opts) -- see outline on right hand side -- LSP Saga