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:
2020-09-23 01:45:31 +02:00
parent d5e8135cac
commit 2789836743

View File

@@ -156,3 +156,6 @@ else
autocmd VimLeave * silent !echo -ne "\e[5 q"
endif
endif
" Load filetype plugins
filetype plugin indent on