[vim] put indent_finder in is own directory
remove "filetype plugin indent on" from .vimrc -> was messing with omni
This commit is contained in:
parent
b19322dc5e
commit
bed730be16
2
.vimrc
2
.vimrc
@ -144,7 +144,7 @@ augroup END
|
||||
|
||||
if has("autocmd")
|
||||
" enable file type detection and do language-dependent indenting
|
||||
filetype indent on
|
||||
" filetype plugin indent on
|
||||
" detect indentation see http://www.freehackers.org/Indent_Finder
|
||||
autocmd BufReadPost * execute system ('python2 ~/.vim/indent_finder/indent_finder.py --vim-output "' . expand('%') . '"' )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user