The NEOVIM IDE Series

Shaik Zahid
2 min readJan 27, 2023

--

Introduction

Vim is a free and open-source, screen-based text editor program. It is an improved clone of Bill Joy’s Vi. Vim’s author, Bram Moolenaar, derived Vim from a port of the Stevie editor for Amiga[6] and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Neovim is built to reduce the shortcomings of the Vim text editor. In this series, We will try to convert Neovim into a full fledged IDE which is not provided by default.

Here, I will try to configure Neovim in all the major Operating Systems such as Windows, Linux and Mac OS. The major advantage of configuring NeoVim is it gives control over your IDE. You can easily understand the inner implementation of how things are happening.

The below list will be the plugins and configuration which I am going to use for my Neovim Configuration.

Visual Studio Code

--

--