pact language support for vim
there are two ways to use this plugin:
- using vim-pact within spacevim, just need to load lang#pact layer:
[[layers]]
name = "lang#pact"
- using vim-pact without SpaceVim, using Vim plugin manager to install it, for example dein:
call dein#add('wsdjeg/vim-pact')