Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 799 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 799 Bytes

Vim setting files for SMV

Note that this vim setting files for SMV is originally from NuSMV WebSite.

The purpose of this repository is to make easier to introduce SMV settings using tools such as Vundle, NeoBundle and so on.

Credits

  • Armin Biere (The file syntax/smv.vim is the very thing that he contribute)
  • SHiNKA(@shinka_cb) (Repository Maintainer)

Installation

  • Using NeoBundle, add this line to your .vimrc
NeoBundleLazy 'shinka-cb/smv_vim', {'autoload':{'filetypes':['smv']}}
  • Using Vundle, add this line to your .vimrc
Bundle 'shinka-cb/smv_vim'

License

The same as original smv.vim