Neovim and Tree-sitter: An Overview with Examples
Tree-sitter is a powerful tool embedded in Neovim to precisely parse your source code, to enjoy fast syntax highlighting and other functionalities.
Tree-sitter is a powerful tool embedded in Neovim to precisely parse your source code, to enjoy fast syntax highlighting and other functionalities.
Let's dive deeper in Vim regexes by looking at specific metacharacters only available in your favorite editor.
Regular expressions can be frightening if you have no idea what you're looking at. Let's unravel their meanings using Vim and GNU Grep.
Did you know that Vim comes, most of the time, with a native file explorer? Let's explore netrw in this article.
Text-objects are useful constructs to edit our content in Vim. What could be better? Creating our own!