can't get this to work with vim-plug
aareman opened this issue · 4 comments
aareman commented
Trying out this plugin, but getting a syntax error "variable as is not defined"
using vim-plug
AlphaTechnolog commented
Hi! Sorry for the late respond. I think it's a problem in the README.md
Try with this:
Plug 'AlphaTechnolog/pywal.nvim', { 'as': 'pywal' }
AlphaTechnolog commented
In the README.md I put a code like this, I think it not works:
Plug 'AlphaTechnolog/pywal.nvim', as = 'pywal'AlphaTechnolog commented
AlphaTechnolog commented
This works for me, closing... If you want to reopen it because you have any problem, let me know it
NOTE: Updating README.md for correct instructions...
