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
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue