vim-plugin

Where is `filetype plugin` defined and how to override it?

Where is `filetype plugin` defined and how to override it? Question: I am trying set python indentation to use 2 spaces instead of 4 (or 8) spaces. I put the following in my ~/.vimrc: set expandtab set shiftwidth=2 set softtabstop=2 set tabstop=2 This works well, as long as I do not put filetype plugin on …

Total answers: 2