vimtricks.wiki Concise Vim tricks, one at a time.

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.

Next

How do I visually select a double-quoted string including the quotes themselves?