Switch to newest nvim and fallback to classic vim colorscheme

This commit is contained in:
Vladan Popovic 2024-08-14 14:58:29 +02:00
parent 3e6923583f
commit d7f591fd26
1 changed files with 1 additions and 1 deletions

View File

@ -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)