aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc6
1 files changed, 4 insertions, 2 deletions
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<enter><esc>
map W <esc>:WordCount<enter>
"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'