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