README.md

June 24, 2019 ยท View on GitHub

vim-pact

pact language support for vim

vim-pact

Installation

there are two ways to use this plugin:

  1. using vim-pact within spacevim, just need to load lang#pact layer:
[[layers]]
 name = "lang#pact"
  1. using vim-pact without SpaceVim, using Vim plugin manager to install it, for example dein:
call dein#add('wsdjeg/vim-pact')