1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-23 18:07:59 +00:00

41 lines
601 B
Lua
Raw Normal View History

2023-04-12 20:09:30 +02:00
require("lspsaga").setup({
ui = {
border = "rounded",
2023-07-21 15:56:56 +02:00
code_action_icon = "",
},
2023-09-22 19:48:39 +02:00
lightbulb = {
2024-07-05 19:22:15 +02:00
sign = true,
enable = false,
2023-09-22 19:48:39 +02:00
},
code_action = {
show_server_name = true,
2024-02-16 16:37:22 +01:00
extend_gitsigns = true,
2023-09-22 19:48:39 +02:00
},
rename = {
auto_save = true,
keys = {
quit = "<ESC>",
},
},
finder = {
max_height = 0.5,
min_width = 30,
force_max_height = false,
2024-12-30 20:54:23 +01:00
default = "tyd+ref+imp",
keys = {
2023-07-21 15:56:56 +02:00
toggle_or_open = "<CR>",
},
},
preview = {
2023-03-14 18:42:09 +01:00
lines_above = 6,
},
outline = {
2023-03-14 18:42:09 +01:00
win_width = 55,
2022-11-12 18:39:10 +01:00
auto_preview = false,
},
symbol_in_winbar = {
2023-09-15 21:17:32 +02:00
enable = false,
2023-09-22 19:48:39 +02:00
folder_level = 3,
},
2022-11-12 18:39:10 +01:00
})