Compare commits

..

No commits in common. "908d04a3e843a517b4240c7b4accf94a655ce70c" and "fceffc0259dfd0d62b5930bd6c122452112066e8" have entirely different histories.

View file

@ -39,6 +39,7 @@ endif
call Plug('k-takata/minpac', {'type': 'opt'})
call Plug('tpope/vim-sensible')
call Plug('ConradIrwin/vim-bracketed-paste')
call Plug('prabirshrestha/async.vim')
call Plug('ciaranm/inkpot', {'type': 'opt', 'do': 'colorscheme inkpot'})
@ -89,8 +90,6 @@ call Plug('tweekmonster/braceless.vim')
call Plug('ternjs/tern_for_vim', {'do': {-> async#job#start(['npm', 'install'], {})}})
call Plug('vito-c/jq.vim')
call Plug('fladson/vim-kitty')
call Plug('fpob/nette.vim')
if executable('task')