From 559f4a5d7e645b7120a26010c147c419218c6d90 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sat, 14 Mar 2020 04:14:18 +0100 Subject: [PATCH] feat: enable true colours in neovim --- home/editors/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/editors/init.vim b/home/editors/init.vim index 1d101d9..fba9e22 100644 --- a/home/editors/init.vim +++ b/home/editors/init.vim @@ -1,5 +1,7 @@ " set shell=/bin/sh +set termguicolors + colorscheme gruvbox let g:gruvbox_number_column = 'bg1'