mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Remove man plugin from vim, it does not work for nvim, closes #576
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user