From 4c805b598e8bbe175daf58dc9deab3311d384156 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 16 Jul 2024 22:01:32 +0200 Subject: fix(nixvim): fix deprecated option usage --- common/nixvim.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'common') diff --git a/common/nixvim.nix b/common/nixvim.nix index a5f34d9..45c6139 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -502,10 +502,12 @@ in treesitter = { enable = true; - indent = true; - - incrementalSelection.enable = true; nixvimInjections = true; + + settings = { + incremental_selection.enable = true; + indent.enable = true; + }; }; treesitter-context = { -- cgit v1.2.3