added workspace symbols fs
This commit is contained in:
@@ -56,7 +56,8 @@ local on_attach = function(_, bufnr)
|
|||||||
{ noremap = true, silent = false, buffer = bufnr }
|
{ noremap = true, silent = false, buffer = bufnr }
|
||||||
)
|
)
|
||||||
|
|
||||||
keymap.set("n", "<leader>o", "<cmd>Lspsaga outline<CR>", opts) -- see outline on right hand side
|
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
|
-- LSP Saga
|
||||||
|
|||||||
Reference in New Issue
Block a user