From 596b3213d6c11c208ee4ff89572b6f4984e0fa35 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 11 Dec 2024 12:29:22 +0300 Subject: [PATCH] neovim: disable treesitter-textobjects cause it fail custom injections --- neovim/dev.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim/dev.nix b/neovim/dev.nix index 94d785c..4f9f10c 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -41,7 +41,7 @@ in enable = true; name = "oil"; setupSettings = { - columns = ["icon"]; + columns = [ "icon" ]; }; }; @@ -50,7 +50,7 @@ in setupSettings = { }; }; - plugin.nvim-treesitter-textobjects.enable = true; + plugin.nvim-treesitter-textobjects.enable = false; plugins.style.nvim-treesitter = { extraGrammars = {