mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Use <CR> to expand_or_jump at lsp-saga finder
This commit is contained in:
parent
bb342fc0ce
commit
7cefda3d5c
@ -8,6 +8,14 @@ lsp_saga.setup({
|
||||
border = "rounded",
|
||||
code_action_icon = "",
|
||||
},
|
||||
finder = {
|
||||
max_height = 0.5,
|
||||
min_width = 30,
|
||||
force_max_height = false,
|
||||
keys = {
|
||||
expand_or_jump = "<CR>",
|
||||
},
|
||||
},
|
||||
preview = {
|
||||
lines_above = 6,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user