Skip to content

ShrikeVim

Latest
Compare
Choose a tag to compare
@wmwnuk wmwnuk released this 19 Nov 14:14
· 3 commits to main since this release

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 with shrike# in your .vimrc
  • Run :PlugUpdate then :PlugClean
  • Restart Vim
  • Keep vimmin'!

What's Changed

  • ShrikeVim - rename and feature / dependencies trimming by @wmwnuk in #10

Full Changelog: v1.1.3...v2.0.0