-
-
Notifications
You must be signed in to change notification settings - Fork 387
Description
For those using Lunar Vim, it appears they were receiving a popup every time they start a project that asks them if they would like to apply the luassert library LunarVim/LunarVim#3439. Without digging too deep, it seems likely to me that the default config applied by Lunar Vim (when a new workspace is created) adds some libraries that include the assert. keyword, causing it to be suggested every time.
I do not use Lunar Vim - but is someone able to confirm this was the issue? The automatic suggestion of libraries has since been disabled for Lunar Vim LunarVim/LunarVim#3445, but this isn't ideal as now people, by default, will not receive any suggestions. I think a better solution would be to change the keyword to match the require statement for luassert and then that PR can be rolled back.