Skip to content

Commit

Permalink
docs(README): troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
orhnk committed Oct 1, 2023
1 parent 38d2908 commit 881e6d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,22 @@ cd .. && rm -rf vimacs && nvim
yay -S yarn # AUR
```

## TroubleShooting

### Tree-Sitter

There is a bug in ts config which causes the tree-sitter to not install bash,
org, python parsers.

run the following command to fix it:

```vim
:TSInstall bash org python
```

In some markdown files bash scripts will give `not found (@heredoc_blabla)` like
chunky errors which you need to install bash parser like above

## Credits

- Thank you [siduck](https://github.com/siduck) for creating the wonderful
Expand Down

0 comments on commit 881e6d4

Please sign in to comment.