theme: disable italics and eol char
This commit is contained in:
parent
076f5cc0ee
commit
0fadf252df
|
@ -42,6 +42,6 @@ vim.o.completeopt = 'menuone,noselect'
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
||||||
-- set custom end of line character
|
-- set custom end of line character
|
||||||
vim.cmd [[set list listchars=eol:]]
|
-- vim.cmd [[set list listchars=eol:\n]]
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
|
|
@ -5,7 +5,7 @@ return {
|
||||||
|
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require('gruvbox').setup({ contrast = 'soft'})
|
require('gruvbox').setup({ contrast = 'soft', italic = false })
|
||||||
vim.cmd.colorscheme 'gruvbox'
|
vim.cmd.colorscheme 'gruvbox'
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue