fix(nvim): Nixvim trouble module options rework
This commit is contained in:
parent
f10bfb3e43
commit
3a792e22f8
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@
|
||||||
treesitter-context.enable = true;
|
treesitter-context.enable = true;
|
||||||
trouble = {
|
trouble = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoClose = true;
|
settings.auto_close = true;
|
||||||
};
|
};
|
||||||
lint = {
|
lint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue