Latest Articles

Configure Neovim - Adding StatusLine
Configure Neovim - Adding StatusLine
By aeon501
Feb 27, 2024

Let's add a statusline at the bottom of the editor window to show the different modes we are using in addition to other relevant information we will like to see.....

Configure Neovim - Adding UI Plugins
Configure Neovim - Adding UI Plugins
By aeon501
Feb 21, 2024

With the colorscheme added to our Neovim configuration, we can add UI plugins to make the default Neovim configuration better for us....

Configure Neovim - Plugin Manager
Configure Neovim - Plugin Manager
By
Feb 12, 2024

Now we add a plugin manager to extend the functionalities of Neovim. Using a plugin manager to download, install and manage our plugins makes work easier and more productive.

Configure Neovim - Initial Installation
Configure Neovim - Initial Installation
By aeon501
Feb 4, 2024

To run Neovim in the terminal, a few prerequisites must be met...

Configure Neovim - Options
Configure Neovim - Options
By aeon501
Feb 3, 2024

We must set default options like the line number's, gutter size and other settings which can enable us customize Neovim to a degree...