pywal icon indicating copy to clipboard operation
pywal copied to clipboard

pywal not working with vim

Open anonaddict opened this issue 4 years ago • 1 comments

ive added

Plug 'dylanaraps/pywal' colorscheme wal

to vimrc using plug

Whenever i open vim i get

Error detected while processing /home/addict/.vimrc: line 41: E185: Cannot find color scheme 'wal' Press ENTER or type command to continue

And i get the normal vim colorscheme. However it works fine whenever i enter vim through the terminal with the vim command and the colorscheme is fixed upon opening a new terminal

anonaddict avatar Oct 14 '21 15:10 anonaddict

If you are using plug, the syntax is Plug 'dylanaraps/wal.vim'.

How I prefer (and if you aren't using plug), is to simply copy wal.vim to ~/.vim/colors/wal.vim.

arcmags avatar Dec 17 '21 18:12 arcmags