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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user