Code-Editors on Else Web Development https://elsewebdevelopment.com/tags/code-editors/ Recent content in Code-Editors on Else Web Development Hugo -- 0.147.9 en-GB Mon, 27 Feb 2023 14:57:59 +0000 Neovim vs Helix: Which is the best Vi/Vim style modal editor? https://elsewebdevelopment.com/neovim-vs-helix-which-is-the-best-vi-vim-style-modal-editor/ Tue, 19 Apr 2022 18:13:09 +0000 https://elsewebdevelopment.com/?p=4063 <h2 id="introduction">Introduction</h2> <p>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.</p> <p>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.</p> Neovim Explained: How to Build a Plugin-Free Nvim Config That Unlocks Builtin Features https://elsewebdevelopment.com/neovim-explained-how-to-build-a-plugin-free-nvim-config-that-unlocks-builtin-features/ Mon, 24 Aug 2020 12:00:19 +0000 https://elsewebdevelopment.com/neovim-explained-how-to-build-a-plugin-free-nvim-config-that-unlocks-builtin-features/ <p> <a href="https://neovim.io/" target="_blank" rel="noopener" >Neovim</a > (aka Nvim) is a radical refactor of <a href="https://www.vim.org/" target="_blank" rel="noopener" >Vim</a >. It aims to take Vim, improve the code, and add more features. They are mostly compatible but have slightly different defaults. The settings in this Neovim tutorial should also work with the latest Vim.</p> <p>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.</p>