20240818
This commit is contained in:
parent
4396724c36
commit
bbf6f65419
20 changed files with 359 additions and 114 deletions
11
global/.config/nvim/lua/plugins/everforest.lua
Normal file
11
global/.config/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