From f307a705a23502288049ae532063439d2ef9978d Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 20 Sep 2023 10:19:55 +0200 Subject: [PATCH] vim: add info (texinfo) reader Use `:Info ` to read the info page for `` Read more on https://github.com/HiPhish/info.vim --- vim/plugs.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index 5ee0608..7c378b4 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -119,6 +119,10 @@ endif let g:deoplete#enable_at_startup = 1 +if g:uname ==? 'Linux' + Plug 'https://github.com/HiPhish/info.vim' +endif + call plug#end() " Install plugins if missing