diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc deleted file mode 100644 index 3ba8830..0000000 --- a/dotfiles/.vimrc +++ /dev/null @@ -1,10 +0,0 @@ -set t_Co=256 -colorscheme kolor -"if &diff -" colorscheme evening -"endif - -" Fix the difficult-to-read default setting for diff text highlighting. The -" bang (!) is required since we are overwriting the DiffText setting. The highlighting -" for "Todo" also looks nice (yellow) if you don't like the "MatchParen" colors. -highlight! link DiffText MatchParen