Re: ftplugin/python.vim & indent/sass.vim overwrites my expandtab/tabstop settings

2014-10-07 Fir de Conversatie Martin Tournoij
> If you want your own settings and never want to have filetype plugins > enabled, do NOT set the :filetype plugin command in your .vimrc (so > ftplugins are effectively disabled). Alternatively you can override > those settings for specific filetypes by creating your own > after/ftplugin.vim f

ftplugin/python.vim & indent/sass.vim overwrites my expandtab/tabstop settings

2014-10-07 Fir de Conversatie Martin Tournoij
Hi there, ftplugin/python.vim and indent/sass.vim (and perhaps others...) reset some settings from my vimrc My ~/.vimrc has: set noexpandtab set tabstop=4 set shiftwidth=4 set softtabstop=4 ftplugin/python.vim does: setlocal expandtab shiftwidth=4 softtabstop=4 tabstop=8 and