Tag: neovim

A simple remember open files function for neovim + neo-tree.

I always liked that vscode remembered open files, however for some reason in (neo)vim that seems too complicated. Session managers do a lot more than just remembering opened files and often broke my neo-tree setup. So I ended up writing a little lua function in init.lua that only wor...

Neovim Plugins and Configuration Recipes

We will explore Neovim plugins and configuration recipes in this article. This article is part of the Neovim Plugins and Configuration Recipes series. The Neovim configuration files are available in this repository. Getting Started This series of articles will explore Neovim pl...

Configuring Neovim from Scratch + Setting up Ubuntu

If there’s one thing that you should know about me, it’s that I love Visual Studio Code. My passions, hobbies, and personality can be thrown out the window. As long as you know that I love VS Code, then you have a pretty good idea of who I am. Visual Studio Code Visual Studio C...

Neovim config from scratch

So you want to pimp your neovim ? I’ve erased mine to show you how to do it, so let’s go ! Basics So we go into the .config folder and create the nvim folder. Then we create an init.lua, that is the first file loaded by nvim. After that we add a folder ca...

Neovim, but it’s in Windows

I used to believe that setting up Neovim for my native Windows environment would be quite arduous and inconsistent compared to Linux. But after cloning my Neovim set up that was configured in Ubuntu in just a few minutes, I was elated to find that the entire process was quite straightforward. So ...

Neovim on Windows + WSL

Since Neovim is the most admired editor, you definitely don’t want to miss this experience on Windows. I will share my knowledge of installing Neovim on Windows and WSL with a shared configuration. This is extremely useful since nobody wants to manually keep multiple con...