[nvim] fix lspsaga outline

This commit is contained in:
eleith 2023-08-29 04:55:50 +00:00
parent 454499fb99
commit 1c1a9233dc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ return {
-- If there is no definition, it will instead be hidden
-- When you use an action in finder like "open vsplit",
-- you can use <C-t> to jump back
keymap("n", "<leader>gf", "<cmd>Lspsaga lsp_finder<CR>")
keymap("n", "<leader>gf", "<cmd>Lspsaga finder<CR>")
-- Code action
keymap({ "n", "v" }, "<leader>ca", "<cmd>Lspsaga code_action<CR>")