Commit d912ea8
Venkata Subramani Renduchintala
fix(treesitter): use master textobjects module
require() used the main-branch module path
nvim-treesitter-textobjects.repeatable_move, but the plugin is on
master where the module is nvim-treesitter.textobjects.repeatable_move,
breaking startup. Also pin the dependency to branch master so fresh
installs don't clone the incompatible main default branch.1 parent e51658e commit d912ea8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments