From d7f591fd2624e99dea1c7962e85964e8414692c5 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Wed, 14 Aug 2024 14:58:29 +0200 Subject: [PATCH] Switch to newest nvim and fallback to classic vim colorscheme --- lua/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/theme.lua b/lua/theme.lua index 77360ef..9151c72 100644 --- a/lua/theme.lua +++ b/lua/theme.lua @@ -1,5 +1,5 @@ -- Revert to vim's default term colorscheme ---vim.cmd 'colorscheme vim' +vim.cmd 'colorscheme vim' vim.cmd 'set notermguicolors' -- Highlight trailing whitespace (darker red)