Neovim Tree-Sitter - Configuring Neovim Part 4

Опубликовано: 14 Май 2026
на канале: tuffgniuz
18,356
240

With the neovim tree-sitter plugin we can have support for the tree-sitter parser generator tool right inside of neovim. Tree-sitter is capable of building a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Witn tree-sitter configured for neovim we can have improved (and faster) syntax highlighting, code navigation and code refactoring.

Tree-sitter can be used for a variety of language and has different parsers for each language that is currently supported. With neovim tree-sitter you can easily install a parser with the :TSInstall command. Another way is to just add the language inside the list of ensure_installed options inside the neovim tree-sitter config setup.

In this video we will specifically see how neovim with the power of tree-sitter can give us improved syntax highlighting, a more intelligent way of navigating through or code and renaming with the neovim tree-sitter refactor module.

=== SUPPORT THIS CHANNEL ===
Hardware I use
► Keychron K2: https://amzn.to/3CwOCE1
► Thinkpad x260: https://amzn.to/3CVcVwW

LINKS:
https://tree-sitter.github.io/tree-si...
https://www.thestrangeloop.com/2018/t...
   • Tree-sitter A new parsing system for progr...  
   • Tree-sitter: a new parsing system for prog...  

SOCIAL MEDIA:
https://github.com/tuffgniuz/
  / tuffgniuz  
  / manufebie