neovim: disable treesitter-textobjects cause it fail custom injections
This commit is contained in:
parent
ebf7ad720d
commit
596b3213d6
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ in
|
|||
setupSettings = { };
|
||||
};
|
||||
|
||||
plugin.nvim-treesitter-textobjects.enable = true;
|
||||
plugin.nvim-treesitter-textobjects.enable = false;
|
||||
|
||||
plugins.style.nvim-treesitter = {
|
||||
extraGrammars = {
|
||||
|
|
Loading…
Reference in a new issue