21 lines
376 B
Lua
21 lines
376 B
Lua
return {{
|
|
"ellisonleao/gruvbox.nvim",
|
|
lazy = false,
|
|
priority=1000,
|
|
opts={
|
|
terminal_colors = true,
|
|
italic = {
|
|
strings = false,
|
|
emphasis = false,
|
|
comments = true,
|
|
operators = false,
|
|
folds = true,
|
|
}
|
|
}
|
|
}}
|
|
|
|
-- Colourscheme settings
|
|
-- vim.g.gruvbox_italic=1
|
|
-- vim.g.gruvbox_hls_cursor="red"
|
|
-- vim.opt.termguicolors=true
|
|
--vim.cmd('colorscheme gruvbox')
|