From 881e6d475c476e19c654bf01ab2c5ff21f06cbb3 Mon Sep 17 00:00:00 2001 From: utfeight Date: Sun, 1 Oct 2023 12:41:35 +0300 Subject: [PATCH] docs(README): troubleshooting --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9b1a93e..8b7d015 100644 --- a/README.md +++ b/README.md @@ -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