Add note about Treesitter compilation on first run

This commit is contained in:
Ryan El Kochta 2025-02-27 12:22:43 -05:00
parent 68ef13866d
commit 96ea0be28c

View file

@ -14,3 +14,5 @@ Requirements:
- A C compiler (such as `gcc` or `clang`) for compiling Treesitter parsers
- `ripgrep` for fuzzy search
- Any desired language servers (`rust-analyzer`, `clangd`, `bash-language-server`, etc)
On first launch, Treesitter will compile all parsers automatically, which may take a few minutes.