diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index e5641f0..a36b0c0 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -63,6 +63,7 @@ return { vim.keymap.set("n", "f", function() vim.lsp.buf.format({ async = true }) end, opts) + vim.keymap.set("n", "", "Telescope lsp_document_symbols", opts) end, }) end,