mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 19:48:01 +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).
|
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
|
||||||
|
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user