| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-10-08 | 942 Bytes | |
| v4.0.5 source code.tar.gz | 2022-10-08 | 127.5 kB | |
| v4.0.5 source code.zip | 2022-10-08 | 200.8 kB | |
| Totals: 3 Items | 329.3 kB | 1 | |
This release adds support for neovim v0.8! Due to breaking changes to treesitter you might not be able to run :PackerSync. In this case try running :DoomNuke all (to re-install packer plugins + delete compiled.lua) and then restarting neovim.
Features
- c3f3f03 feat(core): Add
:DoomNukecommand to re-install all plugins. - Can write
:DoomNuke all|plugins|cache allDelete packer plugins (re-install on next launch) +packer_compiled.luapluginsDelete packer plugins (re-install on next launch)cacheDeletepacker_compiled.lua- 7d90b56 feat,chore(core): Support nvim-0.8, update packer pinned dependencies, add fallback dependencies for 0.7
- 84009cd feat(langs,nix): Added nix language support (#399) (Thanks @Fryuni!)
Fixes
- 8e01af1 fix(whichkey): Not showing all keymaps
- 99f5a78 Add extra description for configurable binds and autocmds
- 47441f5 Fix docs message and alignment