mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-10 11:51:11 +00:00
25 lines
357 B
Lua
25 lines
357 B
Lua
require("lspsaga").setup({
|
|
ui = {
|
|
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,
|
|
},
|
|
outline = {
|
|
win_width = 55,
|
|
auto_preview = false,
|
|
},
|
|
symbol_in_winbar = {
|
|
enable = false,
|
|
},
|
|
})
|