config: nvim: general: remove old config for pathogen

This commit is contained in:
Thomas Preisner 2022-03-18 13:19:34 +01:00
parent 4a7a665edb
commit 62a306326d

View file

@ -36,7 +36,6 @@ endif
" enable automatic file detection, plugin and indention support
if has('autocmd')
filetype off "for pathogen
filetype plugin indent on
endif