mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(util): Util.merge
now support advanced merging strategies. Docs coming soon
This commit is contained in:
parent
e6ee0fa610
commit
b28c6b9000
4 changed files with 79 additions and 14 deletions
5
TODO.md
5
TODO.md
|
@ -1,5 +1,10 @@
|
|||
# ✅ TODO
|
||||
|
||||
- [ ] better merging options?
|
||||
- [ ] especially what to do with merging of handlers?
|
||||
- [ ] overwriting keymaps probably doesn't work
|
||||
- [ ] disabled deps?
|
||||
|
||||
- [x] fancy UI to manage all your Neovim plugins
|
||||
- [x] auto lazy-loading of lua modules
|
||||
- [x] lazy-loading on events, commands, filetypes and key mappings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue