Remove man plugin from vim, it does not work for nvim, closes #576

This commit is contained in:
Adam Stankiewicz
2020-10-07 12:48:46 +02:00
parent 3f79f795dc
commit 619a7a854b
12 changed files with 191 additions and 334 deletions

View File

@@ -970,10 +970,6 @@ if !has_key(s:disabled_packages, 'manconf')
au BufNewFile,BufRead */etc/man.conf,man.config setf manconf
endif
if !has_key(s:disabled_packages, 'man')
au BufNewFile,BufRead *.man setf man
endif
if !has_key(s:disabled_packages, 'mallard')
au BufNewFile,BufRead *.page setf mallard
endif