neovim: disable treesitter-textobjects cause it fail custom injections

This commit is contained in:
Dmitriy Pleshevskiy 2024-12-11 12:29:22 +03:00
parent ebf7ad720d
commit 596b3213d6
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -41,7 +41,7 @@ in
enable = true; enable = true;
name = "oil"; name = "oil";
setupSettings = { setupSettings = {
columns = ["icon"]; columns = [ "icon" ];
}; };
}; };
@ -50,7 +50,7 @@ in
setupSettings = { }; setupSettings = { };
}; };
plugin.nvim-treesitter-textobjects.enable = true; plugin.nvim-treesitter-textobjects.enable = false;
plugins.style.nvim-treesitter = { plugins.style.nvim-treesitter = {
extraGrammars = { extraGrammars = {