Renaming of the distro, some keybindings added, now we also have Doom Emacs-like which key plugin, nnn is no longer a dependency. Also autosave as well as sync plugins were removed. Other than that, everything stays the same.
Migration from SigmaVimRc to ShrikeVim
- Remove
~/.vim/autoload/sigma.vim
- Install ShrikeVim autoload file:
curl -fLo ~/.vim/autoload/shrike.vim --create-dirs https://raw.githubusercontent.com/shrikecode/shrike.vim/main/autoload/shrike.vim
- Replace calls to
sigma#
variables and functions withshrike#
in your.vimrc
- Run
:PlugUpdate
then:PlugClean
- Restart Vim
- Keep vimmin'!
What's Changed
Full Changelog: v1.1.3...v2.0.0