zaldih / themery.nvim

A colorscheme picker with live preview and persistence for neovim ✨
https://imzaldih.com/en/post/how-to-change-neovim-colorscheme-with-themery/
GNU General Public License v3.0
138 stars 7 forks source link

Fix persistence of theme change during in-session calls to themery #6

Closed sarmun0 closed 8 months ago

sarmun0 commented 8 months ago

Themery didn't update the g:theme_id in running nvim, only in the file. This resulted in going back to the theme set in persistence file every time Themery was called. This fix soles the issue.

zaldih commented 8 months ago

Thank you very much for this PR!