Commit 00d0fb3
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 need
to do it ourselves.
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>1 parent a88874e commit 00d0fb3
1 file changed
Lines changed: 9 additions & 3 deletions
| 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