vim: Explicitly load filetype plugins and indent
My system installation did that automatically but apparently that is not the norm.
This commit is contained in:
@@ -156,3 +156,6 @@ else
|
|||||||
autocmd VimLeave * silent !echo -ne "\e[5 q"
|
autocmd VimLeave * silent !echo -ne "\e[5 q"
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Load filetype plugins
|
||||||
|
filetype plugin indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user