7.0.0 (2022-12-23)
⚠ BREAKING CHANGES
- default lazy cache path is now under cache instead of state
init()
no longer implies lazy-loading. Addlazy=false
for affected plugins- run
init()
before loading start plugins. Fixes #107
Features
init()
no longer implies lazy-loading. Addlazy=false
for affected plugins (8112640)- loader: automatically lazy-load colorschemes (07b4677)
- spec:
config
can betrue
or atable
that will be passed torequire("plugin").setup(config)
(2a7b004) - spec: allow using plugin names in dependencies (4bf771a)
- ui: added options to sort/filter profiling data (7dfb9c1)
Bug Fixes
- added error message to debug failing extmarks #117 (65e9036)
- checker: dont report updates on install during startup (8251c23)
- install: make sure to setup loaders before attempting install so colorscheme can load. Fixes #122 (7b9b476)
- keys: don't create with remap! (b440b3a)
- keys: dont delete handlers manually. Let loader do that (72b3899)
- keys: key handlers were not working after reload (3f60f2d)
- manage: do not reload pugins on clear (b5d6afc)
- pass plugins instead of plugin names to command. Fixes #103 (42f5aa7)
- remove debug print (08d458c)
- remove lazy keymaps with the correct mode. Fixes #97 (56890ce)
- run
init()
before loading start plugins. Fixes #107 (2756a6f) - ui: fix buffer being properly deleted (#112) (9e98389)
- ui: fixed extmarks while wrapping. Fixes #124 (e973323)
- ui: sort profiling chronological by default (50e3b91)
Code Refactoring
- default lazy cache path is now under cache instead of state (cc6276e)