From 7144e6d1d29ef174c286214932002e5c10a79a24 Mon Sep 17 00:00:00 2001 From: self Date: Sat, 2 Jul 2022 19:52:08 +0100 Subject: Commented out colorscheme --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 5543cc6..b16912f 100755 --- a/init.vim +++ b/init.vim @@ -12,7 +12,7 @@ set autoindent " indent a new line the same amount as the line just set number " add line numbers set wildmode=longest,list " get bash-like tab completions set cc=80 " set an 80 column border for good coding style -" highlight ColorColumn ctermbg=darkcyan +highlight ColorColumn ctermbg=darkcyan filetype plugin indent on "allow auto-indenting depending on file type syntax on " syntax highlighting set mouse=a " enable mouse click @@ -176,7 +176,7 @@ call plug#end() " Set Theme " colorscheme tokyonight " tempus themes don't work without something better before? -colorscheme tempus_warp +" colorscheme tempus_warp " numb :lua require('numb').setup() -- cgit v1.2.1