use cmd.colorscheme syntax
This commit is contained in:
parent
7d665bd859
commit
a5400c3e52
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -36,7 +36,7 @@ vim.api.nvim_create_autocmd({ "TermOpen" }, {
|
|||
opt.termguicolors = true
|
||||
opt.background = 'dark'
|
||||
g.gruvbox_italic = true
|
||||
cmd 'colorscheme gruvbox'
|
||||
cmd.colorscheme('gruvbox')
|
||||
opt.listchars = {
|
||||
eol = '↲' ,
|
||||
tab = '▶▹',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue