mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +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
|
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>",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue