Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork155
Commit00d0fb3
authored
fix(chat): automatically start treesitter if not started (#1410)
As treesitter is now a requirement, it needs to be started automatically.nvim-treesitter does not auto start it anymore on latest branch so we needto do it ourselves.Signed-off-by: Tomas Slusny <slusnucky@gmail.com>1 parenta88874e commit00d0fb3
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
616 | 617 | | |
617 | 618 | | |
618 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
619 | 626 | | |
620 | 627 | | |
621 | 628 | | |
| |||
627 | 634 | | |
628 | 635 | | |
629 | 636 | | |
630 | | - | |
631 | 637 | | |
632 | 638 | | |
633 | 639 | | |
| |||
647 | 653 | | |
648 | 654 | | |
649 | 655 | | |
650 | | - | |
| 656 | + | |
651 | 657 | | |
652 | 658 | | |
653 | | - | |
| 659 | + | |
654 | 660 | | |
655 | 661 | | |
656 | 662 | | |
| |||
0 commit comments
Comments
(0)