feat(nvim): Trouble enable autoClose
This commit is contained in:
parent
0fefc3bdba
commit
5566c9fe64
1 changed files with 4 additions and 1 deletions
|
@ -142,7 +142,10 @@
|
||||||
incrementalSelection.enable = true;
|
incrementalSelection.enable = true;
|
||||||
};
|
};
|
||||||
treesitter-context.enable = true;
|
treesitter-context.enable = true;
|
||||||
trouble.enable = true;
|
trouble = {
|
||||||
|
enable = true;
|
||||||
|
autoClose = true;
|
||||||
|
};
|
||||||
lint = {
|
lint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lintersByFt = {
|
lintersByFt = {
|
||||||
|
|
Loading…
Reference in a new issue