This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
v4.0.5
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
:DoomNuke
command to re-install all plugins.- Can write
:DoomNuke all|plugins|cache
all
Delete packer plugins (re-install on next launch) +packer_compiled.lua
plugins
Delete packer plugins (re-install on next launch)cache
Deletepacker_compiled.lua
- Can write
- 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!)