cfg - Handle plugin installation/update
This commit is contained in:
parent
bbddb43c37
commit
080e44cea8
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
" Force NeoBundle to check the loaded plugins and install them
|
" Force Dein to check the loaded plugins and install them
|
||||||
|
call CheckDeinInstall( )
|
||||||
call DoNeoBundleCheck( )
|
|
||||||
|
|
||||||
" Add key mappings for updates and installation
|
" Add key mappings for updates and installation
|
||||||
nnoremap <silent> <Leader>Pu :NeoBundleCheckUpdate<cr>
|
nnoremap <silent> <Leader>Pu :DeinUpdate<cr>
|
||||||
nnoremap <silent> <Leader>Pi :call DoNeoBundleCheck()<cr>
|
nnoremap <silent> <Leader>Pi :call CheckDeinInstall()<cr>
|
||||||
|
|
1
plugins/dein-ui.vim.load.vim
Normal file
1
plugins/dein-ui.vim.load.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
call dein#add('wsdjeg/dein-ui.vim')
|
Loading…
Reference in a new issue