Best way to organize filetype settings in .vim and .vimrc?

I store my Python-specific settings is in $HOME/.vim/ftplugin/python.vim, since I do nothing to conflict with $VIMRUNTIME/ftplugin/python.vim. Keeping these settings in an ftplugin file keeps my .vimrc nice and generic and easier to maintain (it’s still pretty big after over ten years of Vim usage). If you want to overrule what the ftplugins with your Vim … Read more