lazy.nvim/lua/lazy/core
Folke Lemaitre cc6276e9b0
refactor!: default lazy cache path is now under cache instead of state
2022-12-23 07:48:45 +01:00
..
handler fix(keys): key handlers were not working after reload 2022-12-22 21:58:19 +01:00
cache.lua refactor!: default lazy cache path is now under cache instead of state 2022-12-23 07:48:45 +01:00
config.lua feat: added support for `nvim --headless "+Lazy! sync" +qa` 2022-12-21 22:28:09 +01:00
loader.lua fix(install): make sure to setup loaders before attempting install so colorscheme can load. Fixes #122 2022-12-23 07:48:45 +01:00
plugin.lua feat!: `init()` no longer implies lazy-loading. Add `lazy=false` for affected plugins 2022-12-22 23:08:12 +01:00
util.lua feat(spec): `config` can be `true` or a `table` that will be passed to `require("plugin").setup(config)` 2022-12-22 22:48:22 +01:00