initial commit
This commit is contained in:
commit
6491e91ec5
37 changed files with 1116 additions and 0 deletions
11
nvim/lua/plugins/everforest.lua
Normal file
11
nvim/lua/plugins/everforest.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'sainnhe/everforest',
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- Optionally configure and load the colorscheme
|
||||
-- directly inside the plugin declaration.
|
||||
vim.g.everforest_enable_italic = true
|
||||
vim.cmd.colorscheme('everforest')
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue