From e06a7584b5409db55dc6fd7e91b192581f8544ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 04:28:05 +0000 Subject: [PATCH] [fix] nvim: treesitter settings renamed --- nvim/plugins.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nvim/plugins.nix b/nvim/plugins.nix index 564335b..d97f815 100644 --- a/nvim/plugins.nix +++ b/nvim/plugins.nix @@ -256,8 +256,10 @@ in }; treesitter = { enable = true; - indent = true; - incrementalSelection.enable = true; + settings = { + indent.enable = true; + incremental_election.enable = true; + }; }; trouble = { enable = true;