vim-contemplate : Autcommand scaffolding with snippet exapnsion 
 
 
  |  script karma  | 
  
    Rating 0/0,
    Downloaded by 660   | 
  
   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 |  
|   |  
 
script versions (upload new version)
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
           |