From 3a792e22f8570aaedf5c20b44c31e79917081364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Tue, 26 Mar 2024 21:03:09 +0100 Subject: [PATCH] fix(nvim): Nixvim trouble module options rework --- nvim/plugins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/plugins.nix b/nvim/plugins.nix index aebcbc9..6c4399d 100644 --- a/nvim/plugins.nix +++ b/nvim/plugins.nix @@ -151,7 +151,7 @@ treesitter-context.enable = true; trouble = { enable = true; - autoClose = true; + settings.auto_close = true; }; lint = { enable = true;