[vim] Let vim turn on filetype plugin and indent itself (remove it from vimrc.common)

This commit is contained in:
Eryn Wells 2023-07-13 07:52:54 -07:00
parent e92d92afe0
commit 060920c4fc

View file

@ -218,7 +218,7 @@ nnoremap gV `[v`]
" Autocommands {{{
if has('autocmd')
filetype plugin indent on
"filetype plugin indent on
" Jump to last known cursor position unless it's the first line, or past the
" end of the file