This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
SimpleSnippets.vim v0.0.6
Features:
- Repeaters.
- Mirroring complex lines.
Changes:
- Simplifications to the core.
- Zero placeholder is now optional.
Install
-
Vundle:
Place this in your .vimrc:Plugin 'andreyorst/SimpleSnippets.vim'
Then run:
:source % :PluginInstall
-
Pathogen:
Place this in your .vimrc:cd ~/.vim/bundle git clone https://github.com/andreyorst/SimpleSnippets.vim