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

SimpleSnippets.vim v0.0.9

Compare
Choose a tag to compare
@andreyorst andreyorst released this 01 Jun 20:45
· 38 commits to master since this release

Features:

  • New function: :SimpleSnippetsEditDescriptions.
    Opens split whit descriptions for current filetype. Accepts filetype as optional parameter.
  • New placeholder: ${VISUAL}.
    Adds support of visual placeholder, which allows to select text and yank it to the snippet body automatically.

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