AlphaTechnolog/pywal.nvim

can't get this to work with vim-plug

aareman opened this issue · 4 comments

Trying out this plugin, but getting a syntax error "variable as is not defined"

using vim-plug

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' }

In the README.md I put a code like this, I think it not works:

Plug 'AlphaTechnolog/pywal.nvim', as = 'pywal'

Screenshot from 2022-01-20 17-34-18

It works for me
In your case you can activate it with colorscheme pywal

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...