neovim-vs-helix-cover-art

Neovim vs Helix: Which is the best Vi/Vim style modal editor?

Introduction Neovim and Helix are both modal editors for programmers. They have a lot in common, but different approaches to providing the IDE (integrated development environment) features that make them so appealing. IDE features make writing code easier and more productive. They include things like intelligent code completion and integration with the Git version control system. These features differentiate a program designed for writing code from a basic text editor. ...

First Published: April 19, 2022 路 Updated: February 27, 2023 路 Reading Time: 9 min 路 David
cover-art

Neovim Explained: How to Build a Plugin-Free Nvim Config That Unlocks Builtin Features

Neovim (aka Nvim) is a radical refactor of Vim. It aims to take Vim, improve the code, and add more features. They are mostly compatible but have slightly different defaults. Neovim is a text editor, but it can be configured with plugins to be closer to an IDE. Plugins are a big subject we are not going to cover in this tutorial, we are aiming to get a minimal working setup with zero bloat. ...

First Published: August 24, 2020 路 Updated: August 20, 2026 路 Reading Time: 7 min 路 David