sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.9k stars 164 forks source link

doc: added config with Lazy vim #202

Closed AliMaazKhan closed 4 months ago

antoineco commented 5 months ago

Thank you for your contribution! 🙌

I think it would be very useful to document the installation procedure using lazy.nvim indeed. However, I'd prefer to keep it simple and just provide the snippet pertaining to the configuration (the Lua table in number 6).

There are many ways to structure plugins configurations using lazy.nvim, but most people will be just fine doing it directly inside their init.lua. Explaining more advanced setups such as how to use separate files for separate plugins is better left to the lazy.nvim docs.