Compare commits
2 commits
fceffc0259
...
908d04a3e8
Author | SHA1 | Date | |
---|---|---|---|
908d04a3e8 | |||
12e7fffcbd |
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,6 @@ 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'})
|
||||
|
@ -90,6 +89,8 @@ 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')
|
||||
|
|
Loading…
Reference in a new issue