This website requires JavaScript.
Explore
Help
Sign In
subcrip
/
lazy.nvim
mirror of
https://github.com/folke/lazy.nvim.git
Watch
1
Star
0
Fork
You've already forked lazy.nvim
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6f9845e2f8
lazy.nvim
/
lua
/
lazy
/
core
History
Folke Lemaitre
2a7b0047dd
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
..
handler
fix(keys): key handlers were not working after reload
2022-12-22 21:58:19 +01:00
cache.lua
fix(cache): overwrite cache entry with new modpath when loading a file.
Fixes
#90
2022-12-22 09:10:11 +01:00
config.lua
feat: added support for `nvim --headless "+Lazy! sync" +qa`
2022-12-21 22:28:09 +01:00
loader.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
plugin.lua
fix!: run `init()` before loading start plugins.
Fixes
#107
2022-12-22 18:47:34 +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