aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-06-24 23:04:58 -0400
committerTucker Evans <tuckerevans24@gmail.com>2018-06-24 23:04:58 -0400
commit3e2e347490d783e8aab05827d665670e481a690d (patch)
treeb1189695f3a5362add929baa91a900905bd0fe4c /vim/.vimrc
parentc2673ac1922142e09042705d43496da2fb2cbdfe (diff)
Change vim colorscheme to moonfly
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 3f6727b..4aeb6f2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -18,7 +18,7 @@ set listchars=eol:\ ,tab:\|\ ,trail:~,extends:>,precedes:<,space:ยท
map K i<enter><esc>
map W <esc>:WordCount<enter>
-colorscheme default
+colorscheme moonfly
au BufRead,BufNewFile *.go set filetype=go