Remove minpac in preparation for using Ansible
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
" minpac
|
||||
function! s:minpac_init() abort
|
||||
packadd minpac | call minpac#init() | source $MYVIMRC
|
||||
endfunction
|
||||
command! PackUpdate call s:minpac_init() | call minpac#update('', {'do': 'call minpac#status()'})
|
||||
command! PackStatus call s:minpac_init() | call minpac#status()
|
||||
command! PackClean call s:minpac_init() | call minpac#clean()
|
||||
|
||||
" Sort Python Imports
|
||||
command! ISort call do#isort()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user