Remove minpac in preparation for using Ansible

This commit is contained in:
2022-11-06 22:27:32 +00:00
parent 330329ef2b
commit ee5110efd8
4 changed files with 0 additions and 20 deletions

View File

@@ -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()