mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Migrate lsp-saga configuration to >=0.2.3
This commit is contained in:
parent
80d19db6d8
commit
adf1a593f2
@ -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,
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user