vim - How to mange language syntax/indent configuage by vundle? -
i start using vundle, i'm curious should place language(may python, ruby, php) syntax/indentation configuration file.
when put these configuration file in normal place .vim/syntax
, .vim/indent
, worked, didn't work when put them under .vim/bundle
.
i wondering suppose in somewhere under .vim/bundle
if want vundle me manage these configuration scripts?
thanks.
regrads.
the best place put custom scripts .vim/after
.
the reason may want custom scripts take last effect. example, vim has default actions on python files, installed plugins add more. may not satisfied them roll out own, last call in loading.
you can either version control /after
folder or whole ./vim
folder.
Comments
Post a Comment