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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

python - cx_oracle unable to find Oracle Client -