diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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' |