fix(nvim): Nixvim trouble module options rework

This commit is contained in:
Jalil David Salamé Messina 2024-03-26 21:03:09 +01:00
parent f10bfb3e43
commit 3a792e22f8
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -151,7 +151,7 @@
treesitter-context.enable = true;
trouble = {
enable = true;
autoClose = true;
settings.auto_close = true;
};
lint = {
enable = true;