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

[neovim] Configure lspsaga finder

This commit is contained in:
2023-07-21 15:56:56 +02:00
parent ad1de3bdf5
commit 905e697812
2 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,15 @@
require("lspsaga").setup({
ui = {
border = "rounded",
code_action_icon = "",
code_action_icon = "",
},
finder = {
max_height = 0.5,
min_width = 30,
force_max_height = false,
default = "def+tyd+ref+imp",
keys = {
expand_or_jump = "<CR>",
toggle_or_open = "<CR>",
},
},
preview = {