Setting nvim theme apply and now it's not be break
This commit is contained in:
parent
3a2c83dfe2
commit
4e27af39cf
1 changed files with 2 additions and 1 deletions
|
|
@ -26,8 +26,9 @@ require('lazy').setup({
|
|||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.opt.termguicolors = false
|
||||
vim.opt.background = 'dark'
|
||||
vim.g.gruvbox_italic = 1
|
||||
vim.g.gruvbox_italic = true
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue