1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 13:58:00 +00:00

[neovim] Migrate lsp-saga configuration to >=0.2.3

This commit is contained in:
Daniel Carrillo 2023-01-14 13:36:37 +01:00
parent 80d19db6d8
commit adf1a593f2
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -3,12 +3,22 @@ if not status_ok then
return return
end end
lsp_saga.init_lsp_saga({ lsp_saga.setup({
border_style = "rounded", ui = {
code_action_icon = "", border = "rounded",
preview_lines_above = 5, code_action_icon = "",
show_outline = { colors = {
normal_bg = "#222436",
},
},
preview = {
lines_above = 5,
},
outline = {
win_width = 45, win_width = 45,
auto_preview = false, auto_preview = false,
}, },
symbol_in_winbar = {
enable = false,
},
}) })