Managing Plugins using Lazy
<p>After the installation of your init.vim file in your PATH/nvim directory and lazy-config.lua in your PATH/nvim/lua folder. It’s time to add a new file named plugins which is passed as an argument to our lazy-config.lua file so that it can load and install all the plugins separately. I will update the plugins.lua file accordingly after installing each plugin.</p>
<h2>NOTE:-</h2>
<p>The PATH mentioned above differs according to the Operating System.</p>
<ul>
<li>Linux/ MacOS :- PATH refers to <code>~/ .config/</code></li>
<li>Windows :- PATH is <code>.Appdata/local/</code></li>
</ul>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:770/1*ShVs-F9S-B2FsmaLJcvc7Q.jpeg" style="height:467px; width:700px" /></p>
<h2>Folder Structure</h2>
<p><a href="https://medium.com/@shaikzahid0713/managing-plugins-using-lazy-d31e6dde3479"><strong>Read More</strong></a></p>