Closed yozachar closed 1 year ago
@joe733 the procedure is described in LunarVim's docs:
User plugins can be installed by adding entries to the
lvim.plugins
table in yourconfig.lua
file, and saving or manually invokingLvimReload
will trigger Packer to sync all the plugins in that table.lvim.plugins = { {"lunarvim/colorschemes"}, {"folke/tokyonight.nvim"}, }
For Gruvbox Material, simply add sainnhe/gruvbox-material
to that list.
Oh, it worked. Thank you!
How do I install this theme with
Packer
in LuaVim?