1
0
Fork 0

Enabling processing of indent files in vim

org
Mike Gerwitz 2014-04-07 02:16:20 -04:00
parent 900bf1cfa2
commit 375eeb2ae0
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -61,6 +61,7 @@ set wildmode=longest,list,full
" enable filetype plugins
filetype on
filetype plugin on
filetype plugin indent on
" show whitespace characters
set list listchars=tab:>-,trail:•,precedes:•