1
0
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:
Daniel Carrillo 2023-03-29 19:17:01 +02:00
parent bb342fc0ce
commit 7cefda3d5c
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

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