lazy.nvim/lua/lazy/core
pynappo 52b9524548
Removed redundant equality check for performance
A valid local import spec never has `spec.import == M.LOCAL_SPEC`
because by the time we do the check, we know that `find_local_spec()`
succeeded (if it didn't, the spec:cond() check would have failed). Thus
we only need to check if the modname ends with `'/' .. M.LOCAL_SPEC`.
2024-06-15 19:14:36 -07:00
..
handler fix(keys): buffer-local nop mappings 2024-06-06 10:15:35 +02:00
cache.lua style: fix some typo (#1496) 2024-06-03 09:18:43 +02:00
config.lua chore(main): release 10.23.0 (#1502) 2024-06-07 10:54:20 +02:00
loader.lua style: Set vim.opt.rtp type to vim.Option (#1498) 2024-06-04 06:58:19 +02:00
plugin.lua Removed redundant equality check for performance 2024-06-15 19:14:36 -07:00
util.lua feat(plugin): opts_extend can be a list of dotted keys that will be extended instead of merged 2024-06-07 09:02:52 +02:00