[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).
## Requirements
## Extra requeriments (Linux arch package names)
* ripgrep
* fd
* git-delta
* bat
* prettier
## Extra
* stylua
* python-cfn-lint
* python-black
* hadolint
* revive
* tree-sitter-cli

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 = {