[neovim] Configure lspsaga finder

This commit is contained in:
Daniel Carrillo 2023-07-21 15:56:56 +02:00
parent ad1de3bdf5
commit 905e697812
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 5 additions and 6 deletions

View File

@ -2,18 +2,16 @@
Neovim conf heavily adapted to suit my needs, based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide). Neovim conf heavily adapted to suit my needs, based on LunarVim's [basic ide](https://github.com/LunarVim/nvim-basic-ide).
## Requirements ## Extra requeriments (Linux arch package names)
* ripgrep * ripgrep
* fd * fd
* git-delta * git-delta
* bat * bat
* prettier * prettier
## Extra
* stylua * stylua
* python-cfn-lint * python-cfn-lint
* python-black * python-black
* hadolint * hadolint
* revive * revive
* tree-sitter-cli

View File

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