projekt0n / github-nvim-theme

Github's Neovim themes
MIT License
2.02k stars 105 forks source link

fix(cache): wrong .git path #270

Closed nullchilly closed 1 year ago

nullchilly commented 1 year ago

Alternative fix to #269

The git path should be ./github-nvim-theme/.git and not ./github-nvim-theme/lua/.git

This change should fix the stale cache issue after user update the theme, see the videos below for validation:

Before

https://github.com/projekt0n/github-nvim-theme/assets/56817415/ef91be3b-5085-47d7-891d-7ab332a36727

After

https://github.com/projekt0n/github-nvim-theme/assets/56817415/2cc6f117-3418-448c-a59b-6ff12304e891

ful1e5 commented 1 year ago

@nullchilly Thank you for fixing it.