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

8
vimrc
View File

@@ -11,14 +11,6 @@ if has('syntax') && !exists('g:syntax_on')
syntax enable
endif
if exists('*minpac#init')
" When minpac is loaded define the Pack command to add packages.
command! -nargs=+ Pack call minpac#add(<args>)
else
" Otherwise define the Pack command to do nothing.
command! -nargs=+ Pack
endif
" Append work config to runtimepath and packpath.
set runtimepath+=~/.config/work
set packpath+=~/.config/work