mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01: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:
parent
a4019ac53a
commit
f307a705a2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user