You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This completes <nvimtools#198>.
The only tricky bit was that our cache helpers can no longer assume
their key is present in the cache (as the cache can get reset).
I could have done this with a Lua metatable with a default value
instead. Please let me know if you'd prefer that approach!
This completes nvimtools#198.
The only tricky bit was that our cache helpers can no longer assume
their key is present in the cache (as the cache can get reset).
I could have done this with a Lua metatable with a default value
instead. Please let me know if you'd prefer that approach!
This completes nvimtools#198.
The only tricky bit was that our cache helpers can no longer assume
their key is present in the cache (as the cache can get reset).
I could have done this with a Lua metatable with a default value
instead. Please let me know if you'd prefer that approach!
Issues
Feature description
none-ls has a cache helper, with another one (hopefully) coming soon (relevant discussion here: #192 (comment)).
I think it would be good if restarting none-ls would clear the internal cache (
none-ls.nvim/lua/null-ls/helpers/cache.lua
Lines 28 to 30 in 6bdd9b3
Help
Yes
Implementation help
This looks straightforward to implement. I'll send in a PR.
The text was updated successfully, but these errors were encountered: