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 called lua then, in it, a folder called a2n.
Each folder present on the lua folder is callable with lua.

For example, if we put a print in the first init file then create a second init file in the a2n folder, with a print too we have both of the print showed when we launch nvim.

Click Here

Tags: config neovim