mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-06 16:31:16 +01:00
Migrated lspsaga config to new version
This commit is contained in:
parent
c3382dbdc9
commit
7be90c7152
1 changed files with 3 additions and 7 deletions
|
@ -4,15 +4,11 @@ if not saga_status then
|
|||
return
|
||||
end
|
||||
|
||||
saga.init_lsp_saga({
|
||||
saga.setup({
|
||||
-- keybinds for navigation in lspsaga window
|
||||
move_in_saga = { prev = "<C-k>", next = "<C-j>" },
|
||||
-- use enter to open file with finder
|
||||
finder_action_keys = {
|
||||
open = "<CR>",
|
||||
},
|
||||
scroll_preview = { scroll_down = "<C-f>", scroll_up = "<C-b>" },
|
||||
-- use enter to open file with definition preview
|
||||
definition_action_keys = {
|
||||
definition = {
|
||||
edit = "<CR>",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue