sponsor Vim development Vim logo Vim Book Ad

vim-contemplate : Autcommand scaffolding with snippet exapnsion

 script karma  Rating 0/0, Downloaded by 656  Comments, bugs, improvements  Vim wiki

created by
Andrew Nichols
 
script type
utility
 
description
This is a scaffolding/templating plugin similar in concept to vim's skeleton feature. You can use it to automatically populate files with templates you designate, but here's what makes this unique: those templates can include UltiSnips tabstops (and other features), which makes generating a new file quick and easy. You can also trigger this scaffolding manually via the Contemplate command.
 
install details
Via Plug:

  Plug 'SirVer/ultisnips'
  Plug 'tandrewnichols/vim-contemplate'
  :PlugInstall

Via Vundle:

  Plugin 'SirVer/ultisnips'
  Plugin 'tandrewnichols/vim-contemplate'
  :BundleInstall

Via NeoBundle:

  NeoBundle 'SirVer/ultisnips'
  NeoBundle 'tandrewnichols/vim-contemplate'
  :BundleInstall

Via Pathogen:

  git clone https://github.com/SirVer/ultisnips.git ~/.vim/bundle/ultisnips
  git clone https://github.com/tandrewnichols/vim-contemplate.git ~/.vim/bundle/vim-contemplate
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-contemplate-v1.0.0.tar.gz 1.0.0 2019-01-24 7.4 Andrew Nichols Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github