vim: add info (texinfo) reader

Use `:Info <command>` to read the info page
for `<command>`

Read more on https://github.com/HiPhish/info.vim
fix-ci
bretello 2023-09-20 10:19:55 +02:00
parent a4019ac53a
commit f307a705a2
1 changed files with 4 additions and 0 deletions

View File

@ -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