[vim] put indent_finder in is own directory

remove "filetype plugin indent on" from .vimrc -> was messing with omni
This commit is contained in:
Mathieu Maret 2011-06-24 18:42:55 +02:00
parent b19322dc5e
commit bed730be16
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -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('%') . '"' )