Switch to newest nvim and fallback to classic vim colorscheme
This commit is contained in:
parent
3e6923583f
commit
d7f591fd26
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
-- Revert to vim's default term colorscheme
|
-- Revert to vim's default term colorscheme
|
||||||
--vim.cmd 'colorscheme vim'
|
vim.cmd 'colorscheme vim'
|
||||||
vim.cmd 'set notermguicolors'
|
vim.cmd 'set notermguicolors'
|
||||||
|
|
||||||
-- Highlight trailing whitespace (darker red)
|
-- Highlight trailing whitespace (darker red)
|
||||||
|
|
Reference in a new issue