Telescope, Treesitter and essential coding plugins for Neovim
The plugins that turn Neovim into an IDE: Telescope for search, Treesitter for syntax, and the essentials: autopairs, surround, gitsigns and formatting.
- Published on
- 7 min read
The plugins that turn Neovim into an IDE: Telescope for search, Treesitter for syntax, and the essentials: autopairs, surround, gitsigns and formatting.
Setting up a three-layer completion system in Neovim: AI ghost text with Codeium, Gemini completion via Minuet, and the classic nvim-cmp.
Configuring Neovim 0.11 native LSP with Mason for 9 languages, without relying on lspconfig: built-in go-to-definition, diagnostics and autocompletion.
Building a modern Neovim configuration from zero: essential options, Lazy.nvim as plugin manager, Catppuccin theme and complete interface.