mirror of
https://github.com/iofq/nvim-treesitter-main.git
synced 2026-01-23 09:25:17 -06:00
This commit is contained in:
parent
f99c66a95b
commit
0690686f68
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ overlays = [
|
|||
f: p: {
|
||||
nvim-treesitter = p.nvim-treesitter.withAllGrammars; # or withPlugins...
|
||||
# also redefine nvim-treesitter-textobjects (any other plugins that depend on nvim-treesitter)
|
||||
nvim-treesitter-textobjects = p.nvim-treesitter-textobjects.override {
|
||||
nvim-treesitter-textobjects = p.nvim-treesitter-textobjects.overrideAttrs {
|
||||
dependencies = [ f.nvim-treesitter ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue