k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
839 stars 30 forks source link

Update and clean broken in the last commits (master branch) #64

Closed valerino closed 6 years ago

valerino commented 6 years ago

hi, i stumbled into this today trying to update plugins:

call minpac#update()

Messages maintainer: Bram Moolenaar <Bram@vim.org>
Error detected while processing function minpac#update:
line    2:
E119: Not enough arguments for function: minpac#impl#update
Press ENTER or type command to continue

same issue with clean:

call minpac#clean()
Error detected while processing function minpac#clean:
line    2:
E119: Not enough arguments for function: minpac#impl#clean

i checked the _runtestupstream branch and its ok, seems to not present the issue. probably something in the latest commits, i haven't had the time to check.

Following the OS info (Ubuntu 18.04)

❯ vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr 10 2018 21:31:58)
Included patches: 1-1453
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by pkg-vim-maintainers@lists.alioth.debian.org
Huge version with GTK2 GUI.  Features included (+) or not (-):
+acl               +farsi             +mouse_sgr         -tag_any_white
+arabic            +file_in_path      -mouse_sysmouse    +tcl
+autocmd           +find_in_path      +mouse_urxvt       +termguicolors
-autoservername    +float             +mouse_xterm       +terminal
+balloon_eval      +folding           +multi_byte        +terminfo
+balloon_eval_term -footer            +multi_lang        +termresponse
+browse            +fork()            -mzscheme          +textobjects
++builtin_terms    +gettext           +netbeans_intg     +timers
+byte_offset       -hangul_input      +num64             +title
+channel           +iconv             +packages          +toolbar
+cindent           +insert_expand     +path_extra        +user_commands
+clientserver      +job               +perl              +vertsplit
+clipboard         +jumplist          +persistent_undo   +virtualedit
+cmdline_compl     +keymap            +postscript        +visual
+cmdline_hist      +lambda            +printer           +visualextra
+cmdline_info      +langmap           +profile           +viminfo
+comments          +libcall           -python            +vreplace
+conceal           +linebreak         +python3           +wildignore
+cryptv            +lispindent        +quickfix          +wildmenu
+cscope            +listcmds          +reltime           +windows
+cursorbind        +localmap          +rightleft         +writebackup
+cursorshape       +lua               +ruby              +X11
+dialog_con_gui    +menu              +scrollbind        -xfontset
+diff              +mksession         +signs             +xim
+digraphs          +modify_fname      +smartindent       +xpm
+dnd               +mouse             +startuptime       +xsmp_interact
-ebcdic            +mouseshape        +statusline        +xterm_clipboard
+emacs_tags        +mouse_dec         -sun_workshop      -xterm_save
+eval              +mouse_gpm         +syntax            
+ex_extra          -mouse_jsbterm     +tag_binary        
+extra_search      +mouse_netterm     +tag_old_static    
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -Wdate-time  -g -O2 -fdebug-prefix-map=/build/vim-NQEcoP/vim-8.0.1453=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1       
Linking: gcc   -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE  -lm -ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm -ldl  -L/usr/lib -llua5.2 -Wl,-E  -fstack-protector-strong -L/usr/local/lib  -L/usr/lib/x86_64-linux-gnu/perl/5.26/CORE -lperl -ldl -lm -lpthread -lcrypt  -L/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu -lpython3.6m -lpthread -ldl -lutil -lm -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -ldl -lz -lpthread -lm -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm     

~/.vim/pack/minpac/opt/minpac master
❯ uname -a
Linux valerino-desktop-linux 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

my .vimrc

""""""""""""""""""""""""""""""""""""""""""""
" minpac vim8 plugin manager
""""""""""""""""""""""""""""""""""""""""""""
set packpath^=~/.vim
packadd minpac
if exists('*minpac#init')
    call minpac#init({'verbose':4})

    " minpac must have {'type': 'opt'} so that it can be loaded with `packadd`.
    call minpac#add('k-takata/minpac', {'type': 'opt'})

    " Add other plugins here.

    " ctags management
    call minpac#add('ludovicchabant/vim-gutentags')

    " nerdtree
    call minpac#add('scrooloose/nerdtree')

    " nerdtree git
    call minpac#add('Xuyuanp/nerdtree-git-plugin')

    " unix helpers
    call minpac#add('tpope/vim-eunuch')

    " visualize git changes
    call minpac#add('airblade/vim-gitgutter')

    " sublime style multiple cursors
    call minpac#add('terryma/vim-multiple-cursors')

    " surround with brackets, quotes, ....
    call minpac#add('tpope/vim-surround')

    " asynchronous lint engine
    call minpac#add('w0rp/ale')

    " to copy line with line numbers with c-y
    call minpac#add('ujihisa/nclipper.vim')

    " vim comment plugin
    call minpac#add('tyru/caw.vim')

    " maralla completor
    call minpac#add('maralla/completor.vim')

    " tab completions
    call minpac#add('ervandew/supertab')

    " snippets
    call minpac#add('SirVer/ultisnips')

    " auto brackets/parens/...
    call minpac#add('jiangmiao/auto-pairs')

    " vim defaults
    call minpac#add('tpope/vim-sensible')

    " vinegar netrw extension
    call minpac#add('tpope/vim-vinegar')

    " ctrlP fuzzy search
    call minpac#add('ctrlpvim/ctrlp.vim')

    " lightline
    call minpac#add('itchyny/lightline.vim')

    " tagbar
    call minpac#add('majutsushi/tagbar')

    " ultisnips
    call minpac#add('SirVer/ultisnips')
    call minpac#add('honza/vim-snippets')

    " dracula theme
    call minpac#add('dracula/vim')

    " autoformat
    call minpac#add('Chiel92/vim-autoformat')

    " fugitive git plugin
    call minpac#add('tpope/vim-fugitive')

    " golang integration
    call minpac#add('fatih/vim-go')

    " startify startup page
    call minpac#add('mhinz/vim-startify')

    " markdown integration
    call minpac#add('plasticboy/vim-markdown')

    " remap esc to handle shitty touchbar on mbp
    call minpac#add('zhou13/vim-easyescape')

    " Load the plugins right now. (optional)
    " packloadall

    " set commands
    command! PackUpdate packadd minpac | source ~/.vimrc | call minpac#update()
    command! PackClean  packadd minpac | source ~/.vimrc | call minpac#clean()
endif

"""""""""""""""""""""""""""""""""""""""""""""""
" builtin
"""""""""""""""""""""""""""""""""""""""""""""""
" set color
color dracula
let g:dracula_colorterm = 0

" encoding utf8
set enc=utf-8

" show line numbers
set number

" open split in right pane
set splitright

" share clipboard with host
if has('mac')
    set clipboard=unnamed
elseif has('unix')
    set clipboard=unnamedplus
endif

" fix backspace
set backspace=indent,eol,start

" hilight search, hit enter to turn off hilight then
set hlsearch
noremap <CR> :noh<CR><CR>

" map esc to jk/kj in insert mode
let g:easyescape_chars = { "j": 1, "k": 1 }
let g:easyescape_timeout = 100
cnoremap jk <ESC>
cnoremap kj <ESC>

" set tabs=4
set tabstop=4
set shiftwidth=4
"set expandtab

" allows to switch between buffers without saving first
set hidden

" enable mouse
set mouse=a

" enable pasting multiple times (paste, reselect, recopy)
xnoremap p pgvy

" filetype
filetype plugin on

" do not screw makefiles
autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=0

" autorefresh vimrc
autocmd! bufwritepost .vimrc source %

"""""""""""""""""""""""""""""""""""""""""""""""
" ultisnips
"""""""""""""""""""""""""""""""""""""""""""""""
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
"let g:UltiSnipsExpandTrigger="<tab>"
"let g:UltiSnipsJumpForwardTrigger="<c-b>"
"let g:UltiSnipsJumpBackwardTrigger="<c-z>"

" If you want :UltiSnipsEdit to split your window.
"let g:UltiSnipsEditSplit="vertical"

"""""""""""""""""""""""""""""""""""""""""""""""
" tagbar
"""""""""""""""""""""""""""""""""""""""""""""""
" open tagbar with f8
nmap <F8> :TagbarToggle<CR>

"""""""""""""""""""""""""""""""""""""""""""""""
" autoformat
"""""""""""""""""""""""""""""""""""""""""""""""
"au BufWrite *.c,*.cpp,*.h,*.hpp,*.m,*.mm,*.go,*.sh :Autoformat

"""""""""""""""""""""""""""""""""""""""""""""""
" maralla completor
"""""""""""""""""""""""""""""""""""""""""""""""
let g:completor_python_binary='python3'
let g:completor_clang_binary='clang'
let g:completor_gocode_binary = 'gocode'

" parameters always visible :)
let g:completor_auto_close_doc = '0'

" visual studio alike (cycle with cursor, select with tab)
"imap <expr> <Tab> pumvisible() ? "\<C-y><esc>%<esc>" : "\<Tab>"

" plays nice with ultisnips, select snippet with Enter
let g:UltiSnipsExpandTrigger = "<nop>"
inoremap <expr> <CR> pumvisible() ? "<C-R>=UltiSnips#ExpandSnippetOrJump()<CR>" : "\<CR>"

" last but not least, tab switches among parameters after completion
"map <tab> <Plug>CompletorCppJumpToPlaceholder<esc>

""""""""""""""""""""""""""""""""""""""""""""""""
" supertab
""""""""""""""""""""""""""""""""""""""""""""""""
let g:SuperTabCrMapping=1

""""""""""""""""""""""""""""""""""""""""""""""""
" ctrlp
""""""""""""""""""""""""""""""""""""""""""""""""
" open with esc-esc
let g:ctrlp_map = '<c-p>'
map <C-g> :CtrlPTag<CR>
let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_show_hidden=1
let g:ctrlp_open_new_file = 'v'
let g:ctrlp_match_window_bottom=1
let g:ctrlp_max_height=25
let g:ctrlp_clear_cache_on_exit=0
set wildignore+=*/tmp/*,*.so,*.swp,*.zip
let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$'

""""""""""""""""""""""""""""""""""""""""""""""""
" builtin netrw
""""""""""""""""""""""""""""""""""""""""""""""""
"let g:netrw_banner = 0
"let g:netrw_liststyle = 3
"let g:netrw_altv=1
"let g:netrw_preview = 1
"let g:netrw_alto = 0
"let g:netrw_list_hide='.*\.swp$'
"let g:netrw_browse_split = 4
"let g:netrw_winsize = 25
"let g:netrw_chgwin = winnr()

""""""""""""""""""""""""""""""""""""""""""""""""
" nerdtree
""""""""""""""""""""""""""""""""""""""""""""""""
autocmd StdinReadPre * let s:std_in=1

" auto-open nerdtree
autocmd VimEnter *
                 \   if !argc()
                 \ |   Startify
                 \ |   NERDTree
                 \ |   wincmd w
                 \ | endif
 autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
" autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif

" close vim if nerdtree is the only remained window
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif

" toggle nerdtree with CTRL-t
map <C-t> :NERDTreeToggle<CR>

""""""""""""""""""""""""""""""""""""""""""""""""
" lightline
""""""""""""""""""""""""""""""""""""""""""""""""
set laststatus=2
let g:lightline = {
\ 'colorscheme': 'Dracula',
\   'active': {
\     'left':[ [ 'mode', 'paste' ],
\              [ 'gitbranch', 'readonly', 'filename', 'modified' ]
\     ]
\   },
\   'component': {
\     'lineinfo': 'L: %3l:%-2v',
\   },
\   'component_function': {
\     'gitbranch': 'fugitive#head',
\   }
\}
k-takata commented 6 years ago

Error detected while processing function minpac#update: line 2: E119: Not enough arguments for function: minpac#impl#update

It looks that you have some copies of minpac. Recently I changed the interface between plugin/minpac.vim and autoload/minpac/impl.vim. If only autoload/minpac/impl.vim is updated, that can be happen.

Could you check the followings?

  1. Make sure minpac is up to date Open a shell, then cd ~/.vim/pack/minpac/opt/minpac/, and git pull

  2. Check if minpac is correctly loaded Please check the result of :scriptnames. If you want to save the result in a buffer, try this: Open a buffer, goto Insert mode, type Ctrl-RCtrl-O=execute('scriptnames')EnterEsc. Here is my example:

      2: ~/.vim/pack/minpac/opt/minpac/plugin/minpac.vim
         ...
     45: ~/.vim/pack/minpac/opt/minpac/autoload/minpac/impl.vim
     46: ~/.vim/pack/minpac/opt/minpac/autoload/minpac/job.vim

    plugin/minpac.vim and autoload/minpac/impl.vim should be loaded from ~/.vim/pack/minpac/opt/minpac/.

valerino commented 6 years ago

heya, thanks for the reply!

  1. Make sure minpac is up to date
    
    ❯ cd ~/.vim/pack/minpac/opt/minpac

~/.vim/pack/minpac/opt/minpac master ❯ git pull Already up to date.

> 2. Check if minpac is correctly loaded

1: /usr/share/vim/vimrc 2: /usr/share/vim/vim80/debian.vim 3: /usr/share/vim/vim80/syntax/syntax.vim 4: /usr/share/vim/vim80/syntax/synload.vim 5: /usr/share/vim/vim80/syntax/syncolor.vim 6: /usr/share/vim/vim80/filetype.vim 7: ~/.vimrc 8: ~/.vim/pack/minpac/opt/minpac/plugin/minpac.vim 9: ~/.vim/pack/plugins/opt/minpac/plugin/minpac.vim 10: ~/.vim/pack/minpac/start/vim/colors/dracula.vim 11: /usr/share/vim/vim80/ftplugin.vim 12: /usr/share/vim/vim80/plugin/getscriptPlugin.vim 13: /usr/share/vim/vim80/plugin/gzip.vim 14: /usr/share/vim/vim80/plugin/logiPat.vim 15: /usr/share/vim/vim80/plugin/manpager.vim 16: /usr/share/vim/vim80/plugin/matchparen.vim 17: /usr/share/vim/vim80/plugin/netrwPlugin.vim 18: /usr/share/vim/vim80/plugin/rrhelper.vim 19: /usr/share/vim/vim80/plugin/spellfile.vim 20: /usr/share/vim/vim80/plugin/tarPlugin.vim 21: /usr/share/vim/vim80/plugin/tohtml.vim 22: /usr/share/vim/vim80/plugin/vimballPlugin.vim 23: /usr/share/vim/vim80/plugin/zipPlugin.vim 24: ~/.vim/pack/minpac/start/ale/plugin/ale.vim 25: ~/.vim/pack/minpac/start/ale/autoload/ale/events.vim 26: ~/.vim/pack/minpac/start/auto-pairs/plugin/auto-pairs.vim 27: ~/.vim/pack/minpac/start/caw.vim/plugin/caw.vim 28: ~/.vim/pack/minpac/start/completor.vim/plugin/completor.vim 29: ~/.vim/pack/minpac/start/ctrlp.vim/plugin/ctrlp.vim 30: ~/.vim/pack/minpac/start/ctrlp.vim/autoload/ctrlp/mrufiles.vim 31: ~/.vim/pack/minpac/start/lightline.vim/plugin/lightline.vim 32: ~/.vim/pack/minpac/start/nclipper.vim/plugin/nclipper.vim 33: ~/.vim/pack/minpac/start/nerdtree/plugin/NERD_tree.vim 34: ~/.vim/pack/minpac/start/nerdtree/autoload/nerdtree.vim 35: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/path.vim 36: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/menu_controller.vim 37: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/menu_item.vim 38: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/key_map.vim 39: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/bookmark.vim 40: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/tree_file_node.vim 41: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/tree_dir_node.vim 42: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/opener.vim 43: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/creator.vim 44: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/flag_set.vim 45: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/nerdtree.vim 46: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/ui.vim 47: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/event.vim 48: ~/.vim/pack/minpac/start/nerdtree/lib/nerdtree/notifier.vim 49: ~/.vim/pack/minpac/start/nerdtree/autoload/nerdtree/ui_glue.vim 50: ~/.vim/pack/minpac/start/nerdtree-git-plugin/nerdtree_plugin/git_status.vim 51: ~/.vim/pack/minpac/start/nerdtree/nerdtree_plugin/exec_menuitem.vim 52: ~/.vim/pack/minpac/start/nerdtree/nerdtree_plugin/fs_menu.vim 53: ~/.vim/pack/minpac/start/supertab/plugin/supertab.vim 54: ~/.vim/pack/minpac/start/tagbar/plugin/tagbar.vim 55: ~/.vim/pack/minpac/start/ultisnips/plugin/UltiSnips.vim 56: ~/.vim/pack/minpac/start/ultisnips/autoload/UltiSnips/map_keys.vim 57: ~/.vim/pack/minpac/start/ultisnips/ftdetect/snippets.vim 58: ~/.vim/pack/minpac/start/vim-autoformat/plugin/autoformat.vim 59: ~/.vim/pack/minpac/start/vim-autoformat/plugin/defaults.vim 60: ~/.vim/pack/minpac/start/vim-autoformat/plugin/utils.vim 61: ~/.vim/pack/minpac/start/vim-easyescape/plugin/easyescape.vim 62: ~/.vim/pack/minpac/start/vim-eunuch/plugin/eunuch.vim 63: ~/.vim/pack/minpac/start/vim-fugitive/plugin/fugitive.vim 64: ~/.vim/pack/minpac/start/vim-fugitive/ftdetect/fugitive.vim 65: ~/.vim/pack/minpac/start/vim-gitgutter/plugin/gitgutter.vim 66: ~/.vim/pack/minpac/start/vim-gitgutter/autoload/gitgutter/utility.vim 67: ~/.vim/pack/minpac/start/vim-gitgutter/autoload/gitgutter/highlight.vim 68: ~/.vim/pack/minpac/start/vim-go/plugin/go.vim 69: ~/.vim/pack/minpac/start/vim-go/autoload/go/config.vim 70: ~/.vim/pack/minpac/start/vim-go/ftdetect/gofiletype.vim 71: ~/.vim/pack/minpac/start/vim-gutentags/plugin/gutentags.vim 72: ~/.vim/pack/minpac/start/vim-markdown/ftdetect/markdown.vim 73: ~/.vim/pack/minpac/start/vim-multiple-cursors/plugin/multiple_cursors.vim 74: ~/.vim/pack/minpac/start/vim-sensible/plugin/sensible.vim 75: /usr/share/vim/vim80/indent.vim 76: /usr/share/vim/vim80/macros/matchit.vim 77: /usr/share/vim/vim80/pack/dist/opt/matchit/plugin/matchit.vim 78: ~/.vim/pack/minpac/start/vim-snippets/plugin/vimsnippets.vim 79: ~/.vim/pack/minpac/start/vim-startify/plugin/startify.vim 80: ~/.vim/pack/minpac/start/vim-surround/plugin/surround.vim 81: ~/.vim/pack/minpac/start/vim-vinegar/plugin/vinegar.vim 82: ~/.vim/pack/minpac/start/ultisnips/after/plugin/UltiSnips_after.vim 83: ~/.vim/pack/minpac/start/vim/after/plugin/dracula.vim 84: ~/.vim/pack/minpac/start/vim/autoload/dracula.vim 85: ~/.vim/pack/minpac/start/ale/autoload/ale.vim 86: ~/.vim/pack/minpac/start/lightline.vim/autoload/lightline.vim 87: ~/.vim/pack/minpac/start/vim-fugitive/autoload/fugitive.vim 88: ~/.vim/pack/minpac/start/lightline.vim/autoload/lightline/tab.vim 89: ~/.vim/pack/minpac/start/vim/autoload/lightline/colorscheme/Dracula.vim 90: ~/.vim/pack/minpac/start/lightline.vim/autoload/lightline/colorscheme.vim 91: ~/.vim/pack/minpac/start/vim-gitgutter/autoload/gitgutter.vim 92: ~/.vim/pack/minpac/start/vim-startify/autoload/startify.vim 93: ~/.vim/pack/minpac/start/vim-startify/autoload/startify/fortune.vim 94: ~/.vim/pack/minpac/start/vim-startify/syntax/startify.vim 95: ~/.vim/pack/minpac/start/ale/autoload/ale/util.vim 96: ~/.vim/pack/minpac/start/ale/autoload/ale/linter.vim 97: ~/.vim/pack/minpac/start/nerdtree/syntax/nerdtree.vim 98: ~/.vim/pack/minpac/start/vim-gutentags/autoload/gutentags.vim Press ENTER or type command to continue



EDIT:
indeed, that was the problem....

this was not updated: ~/.vim/pack/plugins/opt/minpac master
updating it fixes the issue.

but, seems i have 2 copies of minpac..... uhm.
k-takata commented 6 years ago

8: ~/.vim/pack/minpac/opt/minpac/plugin/minpac.vim 9: ~/.vim/pack/plugins/opt/minpac/plugin/minpac.vim

I think the directory ~/.vim/pack/plugins/opt/minpac/ should be removed.

valerino commented 6 years ago

I think the directory ~/.vim/pack/plugins/opt/minpac/ should be removed.

indeed,that fixes it! thanks! closing!