1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 22:09:25 +00:00

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

This commit is contained in:
2023-01-14 13:36:37 +01:00
parent 80d19db6d8
commit adf1a593f2

View File

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