mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38: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
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
lsp_saga.init_lsp_saga({
|
lsp_saga.setup({
|
||||||
border_style = "rounded",
|
ui = {
|
||||||
|
border = "rounded",
|
||||||
code_action_icon = "",
|
code_action_icon = "",
|
||||||
preview_lines_above = 5,
|
colors = {
|
||||||
show_outline = {
|
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,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user