From 72dac1e37f005ff41cbf554ab54d428796416045 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Tue, 28 Jan 2020 16:22:43 -0500 Subject: Update vim colors --- vim/.vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index ee971b6..d9090a8 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -26,12 +26,14 @@ map K i map W :WordCount "colorscheme elflord -"set t_Co=256 +set t_Co=256 set background=light -colorscheme firewatch +"colorscheme firewatch +colorscheme PaperColor au BufRead,BufNewFile *.go set filetype=go au BufRead,BufNewFile *.ldg set filetype=ledger +au BufRead,BufNewFile *.re set filetype=c function LedgerSort() :%! ledger -f - print --sort 'date, amount' -- cgit v1.1