feat(lsp): Add mapping for the telescope lsp document symbols finder
This commit is contained in:
parent
fd21ca18eb
commit
ccb5af6731
|
@ -63,6 +63,7 @@ return {
|
|||
vim.keymap.set("n", "<space>f", function()
|
||||
vim.lsp.buf.format({ async = true })
|
||||
end, opts)
|
||||
vim.keymap.set("n", "<C-m>", "<cmd>Telescope lsp_document_symbols<cr>", opts)
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue