summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index a56128d..29244b5 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -10,6 +10,13 @@ set tabstop=4
set softtabstop=4
set shiftwidth=4
+" display list of options when performing tab completion
+set wildmenu
+
+" color settings
+colorscheme slate
+syntax on
+
" remove trailing whitespace when saving
function StripTrailingWhitespace()
if !&binary && &filetype != 'diff'