Neovim config from scratch
<p>So you want to pimp your neovim ? I’ve erased mine to show you how to do it, so let’s go !</p>
<h1>Basics</h1>
<p>So we go into the <strong><em>.config</em></strong> folder and create the <strong><em>nvim</em></strong><em> </em>folder.<br />
Then we create an <strong><em>init.lua</em></strong>, that is the first file loaded by nvim.<br />
After that we add a folder called <strong><em>lua</em></strong><em> </em>then, in it, a folder called <strong><em>a2n</em></strong>.<br />
Each folder present on the <strong><em>lua</em></strong><em> </em>folder is callable with lua.</p>
<p>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.</p>
<p><a href="https://a2nb.medium.com/neovim-config-from-scratch-1ea808b4d44c"><strong>Click Here</strong></a></p>