Skip to content

maksimr/vim-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-stub

Description

This project is an skeleton for a typical vim plugin. You can use it to quickly bootstrap your vim plugin and dev environment.

Install

    git clone https://github.com/maksimr/vim-stub vim-myAwesomePlugin

Tests

For testing vim files we use vim-vspec

Setup environment

Before run vim tests you should setup test environment. Inside plugin directory run follow commands:

Before all steps you should install ruby and gems

This install all needed gems for tests

    gem install bundle
    bundle install

The structure of directories

Files with tests for vim located in directory t

Run

For executing vim tests you should run command:

    bundle exec rake test

Watch

For run tests on every change of vim files in folders plugin and t

    bundle exec guard

About

This project is an skeleton for a typical vim plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages