jeffkreeftmeijer / vim-dim

Dim (/dɪm/; a contraction of Default IMproved) is a clone of Vim’s default colorscheme, with some improvements.
https://jeffkreeftmeijer.com/vim-16-color
248 stars 30 forks source link

Unable to update to latest version #6

Closed cwegener closed 3 years ago

cwegener commented 3 years ago

I'm using Vundle and when I try to update, vim-dim keeps failing with this message:

[2021-04-23 23:23:27] Plugin jeffkreeftmeijer/vim-dim
[2021-04-23 23:23:27] $ cd '/home/cwegener/.vim/bundle/vim-dim' && git pull && git submodule update --init --recursive
[2021-04-23 23:23:27] > Your configuration specifies to merge with the ref 'refs/heads/master'
[2021-04-23 23:23:27] > from the remote, but no such ref was fetched.
[2021-04-23 23:23:27] > 
jeffkreeftmeijer commented 3 years ago

Hey @cwegener,

vim-dim switched from using the master branch a while back, and this must have caused the missing ref in older checkouts. I’d recommend checking out the 1.x branch in your bundle:

cd /home/cwegener/.vim/bundle/vim-dim
git checkout 1.x

I’m assuming this would work, but please reopen this issue if you’re still running into issues.