1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-26 10:28:34 +02:00

vim: add info (texinfo) reader

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

Read more on https://github.com/HiPhish/info.vim
This commit is contained in:
bretello 2023-09-20 10:19:55 +02:00
parent a4019ac53a
commit f307a705a2

View File

@ -119,6 +119,10 @@ endif
let g:deoplete#enable_at_startup = 1 let g:deoplete#enable_at_startup = 1
if g:uname ==? 'Linux'
Plug 'https://github.com/HiPhish/info.vim'
endif
call plug#end() call plug#end()
" Install plugins if missing " Install plugins if missing