/vim-pact

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

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')