neovim: set termguicolors.true
This commit is contained in:
parent
34c56cc570
commit
85c24c5129
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ opt.smartcase = true -- ...unless mixed case is used in se
|
||||||
opt.backspace = "indent,eol,start" -- allow backspace on indent, eol, or insert mode start position
|
opt.backspace = "indent,eol,start" -- allow backspace on indent, eol, or insert mode start position
|
||||||
opt.cursorline = true
|
opt.cursorline = true
|
||||||
opt.swapfile = false -- disable swap file
|
opt.swapfile = false -- disable swap file
|
||||||
|
opt.termguicolors = true
|
||||||
|
|
||||||
-- highlight trailing white space
|
-- highlight trailing white space
|
||||||
vim.fn.matchadd('errorMsg', [[\s\+$]])
|
vim.fn.matchadd('errorMsg', [[\s\+$]])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue