What does nvim-treesitter provide for Neovim?
Answer
:TSInstall python javascript
Explanation
nvim-treesitter provides improved syntax highlighting, indentation, and code navigation using Tree-sitter parsers. Install per-language with :TSInstall.
:TSInstall python javascript
nvim-treesitter provides improved syntax highlighting, indentation, and code navigation using Tree-sitter parsers. Install per-language with :TSInstall.