I'm trying to install vim-coffee-script, but get this error:
vim-coffee-script:
Invalid URI: https://git::@github.com/vim-scripts/vim-coffee-script.git
Expected: https://github.com/kchmck/vim-coffee-script.git
PlugClean required.
Sorry, I know it is in the FAQ, but even with this instructions I didn't get it to work.
I tried it with:
Plug 'kchmck/vim-coffee-script'
Tried it as well with the full git url, and the let g:plug_url_format = '[email protected]:%s.git' trick from the FAQ
Is there an error with this particular plugin ?
Is something wrong with VimPlug ?
Or is the problem sitting in front of the machine ?
NVIM 0.1.4
Build type: RelWithDebInfo
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/config -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/src -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include/luajit-2.0 -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/deps-build/usr/include -I/usr/local/opt/gettext/include -I/usr/include -I/usr/include -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/src/nvim/auto -I/tmp/neovim-20160527-55178-1qmn0z0/neovim-0.1.4/build/include
Compiled by xxx@xxx
Optional features included (+) or not (-): +acl +iconv +jemalloc
For differences from Vim, see :help vim-differences
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.1.4/share/nvim"
Like the error message suggests, first run :PlugClean to clean up the directory then do :PlugInstall again.
Thank You
Works like a charm
Most helpful comment
Like the error message suggests, first run
:PlugCleanto clean up the directory then do:PlugInstallagain.