plugins: Load vim-manager again with Gentoo
authorStefan Huber <shuber@sthu.org>
Sun, 23 Oct 2022 07:43:55 +0000 (09:43 +0200)
committerStefan Huber <shuber@sthu.org>
Sun, 23 Oct 2022 07:43:55 +0000 (09:43 +0200)
The clash with manpager deliver by Gentoo for vim does not clash
anymore. Remove the ugly quirk for preventing package loading.

plugins.vim

index c1c4e6fbb48dafac39735cd3e14635252098c868..dcf233d8df54a3c8aa03db64cea162fec732c446 100644 (file)
@@ -25,11 +25,7 @@ Plug 'junegunn/vim-easy-align'
 
 Plug 'thinca/vim-fontzoom'
 
-" vim-core on Gentoo does ship a manpager plugin that collides with MANPAGER
-" definition.
-if has('nvim') || stridx(system("uname -r"), "-gentoo") == -1
-    Plug 'lambdalisue/vim-manpager', {'on': 'MANPAGER'}
-endif
+Plug 'lambdalisue/vim-manpager'
 
 " Make . more useful after a plugin map
 Plug 'tpope/vim-repeat'