ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

feat: make `lazy` option configurable. #1165

Closed ayamir closed 4 months ago

ayamir commented 5 months ago

Previous implementation doesn't consider configurable lazy options like lazy = false, which can't make some plugins function works normally such as autoload = true for persisted.nvim. I only make this option configurable because the modification of other options like event, cmd, cond... etc, should be done by ourselves rather than users.

ayamir commented 4 months ago

My fault, this feature can be impl by adding config directly in user/plugins/<scope>.lua in fact lol.