feat(util): Util.merge now support advanced merging strategies. Docs coming soon

This commit is contained in:
Folke Lemaitre 2023-01-10 07:32:28 +01:00
parent e6ee0fa610
commit b28c6b9000
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 79 additions and 14 deletions

View file

@ -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