added workspace symbols fs

main
Mathias Rothenhaeusler 2024-09-15 09:16:31 +02:00
parent 3ee3256320
commit 30b0658600
1 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ local on_attach = function(_, bufnr)
)
keymap.set("n", "<leader>o", "<cmd>Lspsaga outline<CR>", opts) -- see outline on right hand side
keymap.set("n", "<leader>fs", "<cmd>Telescope lsp_dynamic_workspace_symbols<CR>", opts) -- workspace symbols
-- LSP Saga