[neovim] Use <CR> to expand_or_jump at lsp-saga finder

This commit is contained in:
Daniel Carrillo 2023-03-29 19:17:01 +02:00
parent bb342fc0ce
commit 7cefda3d5c
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 8 additions and 0 deletions

View File

@ -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,
},