savq / paq-nvim

🌚 Neovim package manager
MIT License
653 stars 39 forks source link

fix: remove run key before saving the state #153

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

Quickfix for: #150

Removes all the run keys since they could contain a function and json.encode doesn't support encoding functions.