@@ -187,14 +187,13 @@ require'lazy'.setup{ --{{{1
|
|||||||
require'mini.align'.setup()
|
require'mini.align'.setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ 'projekt0n/github-nvim-theme', --{{{2
|
{ 'sainnhe/everforest', --{{{2
|
||||||
name = 'github-theme',
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
require('github-theme').setup({})
|
vim.g.everforest_enable_italic = true
|
||||||
vim.cmd('colorscheme github_dark_default')
|
vim.cmd.colorscheme('everforest')
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ 'folke/zen-mode.nvim', --{{{2
|
{ 'folke/zen-mode.nvim', --{{{2
|
||||||
|
|||||||
Reference in New Issue
Block a user