This repository has been archived by the owner on Jul 25, 2020. It is now read-only.
Fixes:
- New commands:
SimpleSnippetsImport
andSimpleSnippetsUnload
to import snippets for different filetype to current filetype. - Testing is switched to use vim-plug as a plugin manager.
Install
-
vim-plug:
Place this in your .vimrc:Plug 'andreyorst/SimpleSnippets.vim'
Then run:
:source % :PlugInstall
-
Pathogen:
Place this in your .vimrc:cd ~/.vim/bundle git clone https://github.com/andreyorst/SimpleSnippets.vim