Neovim config from scratch

<p>So you want to pimp your neovim ? I&rsquo;ve erased mine to show you how to do it, so let&rsquo;s go !</p> <h1>Basics</h1> <p>So we go into the&nbsp;<strong><em>.config</em></strong>&nbsp;folder and create the&nbsp;<strong><em>nvim</em></strong><em>&nbsp;</em>folder.<br /> Then we create an&nbsp;<strong><em>init.lua</em></strong>, that is the first file loaded by nvim.<br /> After that we add a folder called&nbsp;<strong><em>lua</em></strong><em>&nbsp;</em>then, in it, a folder called&nbsp;<strong><em>a2n</em></strong>.<br /> Each folder present on the&nbsp;<strong><em>lua</em></strong><em>&nbsp;</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>
Tags: neovim config