initial commit
This commit is contained in:
7
lua/plugins/theme-everforest.lua
Normal file
7
lua/plugins/theme-everforest.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"sainnhe/everforest",
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.cmd([[colorscheme everforest]])
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user