Skip to content

pocke/serverspec.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverspec.vim

Build Status

  • Neosnippet source for Serverspec.
  • Open Serverspec reference

Installation

Dependency

All dependencies are optional.
If you install the above plugins and ruby interface, you can use full functions of serverspec.vim.

vimrc

  • NeoBundle
NeoBundle 'Shougo/neosnippet'
NeoBundle 'tyru/open-browser.vim'
NeoBundle 'pocke/serverspec.vim'

and :NeoBundleInstall

  • Vundle
Plugin 'Shougo/neosnippet'
Plugin 'tyru/open-browser.vim'
Plugin 'pocke/serverspec.vim'

and :PluginInstall

Usage

Neosnippet

:set ft=ruby.serverspec

or

:NeoBundleSource ~/.vim/bundle/serverspec.vim/neosnippets/ruby.serverspec.snip

serverspec

ServerspecDoc command

:ServerspecDoc

" or

:ServerspecDoc <name>

References

Development

Requirements

  • Ruby 2.0 or higher
  • bundler
  • make

How to update

bundle update
make

License

These codes are licensed under CC0.

CC0

About

Neosnippet source for Serverspec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published