add new nvim files
This commit is contained in:
12
config/nvim/lua/plugins/lazyvim.lua
Normal file
12
config/nvim/lua/plugins/lazyvim.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- add gruvbox
|
||||
{ "ellisonleao/gruvbox.nvim" },
|
||||
|
||||
-- Configure LazyVim to load gruvbox
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "gruvbox",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user