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 warning appears even though i have already set up hlslens, causing an unnecessary disruption on startup.
Proposed Solution:
I suggest removing the following block of code from lua/hlslens.lua, as it doesn't provide any real value other than warning the user:
ifnotinitializedthenvim.notify([[nvim-hlslens needs to invoke `require('hlslens').setup()` to boot!]],
vim.log.levels.WARN)
end
Rationale
The warning does not offer any actionable information when the user has already properly configured hlslens.
It's redundant and adds unnecessary clutter to the user experience.
Removing this would prevent interruptions without losing any functionality.
Additional Context:
I really enjoy using this plugin, as I do with all your other plugins. However, this particular warning feels unnecessary and disruptive. I believe removing it would improve the overall experience without any negative side effects.
The text was updated successfully, but these errors were encountered:
Problem:
Every time I start Neovim, I get the following annoying warning message:
This warning appears even though i have already set up hlslens, causing an unnecessary disruption on startup.
Proposed Solution:
I suggest removing the following block of code from lua/hlslens.lua, as it doesn't provide any real value other than warning the user:
Rationale
hlslens
.Additional Context:
I really enjoy using this plugin, as I do with all your other plugins. However, this particular warning feels unnecessary and disruptive. I believe removing it would improve the overall experience without any negative side effects.
The text was updated successfully, but these errors were encountered: