feat(nvim): Trouble enable autoClose

This commit is contained in:
Jalil David Salamé Messina 2024-03-02 22:26:19 +01:00
parent 0fefc3bdba
commit 5566c9fe64
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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 = {