mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Configure lspsaga finder
This commit is contained in:
parent
ad1de3bdf5
commit
905e697812
@ -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
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user