Enabling processing of indent files in vim
parent
900bf1cfa2
commit
375eeb2ae0
1
vimrc
1
vimrc
|
@ -61,6 +61,7 @@ set wildmode=longest,list,full
|
||||||
" enable filetype plugins
|
" enable filetype plugins
|
||||||
filetype on
|
filetype on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
" show whitespace characters
|
" show whitespace characters
|
||||||
set list listchars=tab:>-,trail:•,precedes:•
|
set list listchars=tab:>-,trail:•,precedes:•
|
||||||
|
|
Loading…
Reference in New Issue