Migrated lspsaga config to new version

This commit is contained in:
josean-dev 2023-01-15 09:28:40 -04:00
parent c3382dbdc9
commit 7be90c7152

View file

@ -4,15 +4,11 @@ if not saga_status then
return return
end end
saga.init_lsp_saga({ saga.setup({
-- keybinds for navigation in lspsaga window -- keybinds for navigation in lspsaga window
move_in_saga = { prev = "<C-k>", next = "<C-j>" }, scroll_preview = { scroll_down = "<C-f>", scroll_up = "<C-b>" },
-- use enter to open file with finder
finder_action_keys = {
open = "<CR>",
},
-- use enter to open file with definition preview -- use enter to open file with definition preview
definition_action_keys = { definition = {
edit = "<CR>", edit = "<CR>",
}, },
}) })