Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

SimpleSnippets.vim v0.1.6

Latest
Compare
Choose a tag to compare
@andreyorst andreyorst released this 20 Jul 14:33
· 6 commits to master since this release

Fixes:

  1. New commands: SimpleSnippetsImport and SimpleSnippetsUnload to import snippets for different filetype to current filetype.
  2. 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