https://github.com/blockparty-sh/vim-zokrates
Vim syntax for ZoKrates
https://github.com/blockparty-sh/vim-zokrates
vim zk zokrates
Last synced: over 1 year ago
JSON representation
Vim syntax for ZoKrates
- Host: GitHub
- URL: https://github.com/blockparty-sh/vim-zokrates
- Owner: blockparty-sh
- Created: 2020-06-15T01:47:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T02:14:00.000Z (about 6 years ago)
- Last Synced: 2025-01-22T10:12:46.096Z (over 1 year ago)
- Topics: vim, zk, zokrates
- Language: Vim script
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-zokrates
Vim syntax for [ZoKrates](https://github.com/Zokrates/ZoKrates).
## Installation
### Vim packages (recommended; Vim 8+ only)
Clone or submodule this repo into your Vim packages location. Example:
```
mkdir -p ~/.vim/pack/plugins/start
cd ~/.vim/pack/plugins/start
git clone https://github.com/blockparty-sh/vim-zokrates.git
```
### Pathogen
Set up [Pathogen](https://github.com/tpope/vim-pathogen) then clone/submodule
this repo into `~/.vim/bundle/zokrates`, or wherever you've pointed your Pathogen.
### Vundle
Set up [Vundle](https://github.com/VundleVim/Vundle.vim) then add `Plugin
'blockparty-sh/vim-zokrates'` to your vimrc and run `:PluginInstall` from a fresh vim.
### vim-plug
Set up [vim-plug](https://github.com/junegunn/vim-plug). In your .vimrc, between
the lines for `call plug#begin()` and `call plug#end()`, add the line `Plug
'blockparty-sh/vim-zokrates'`. Reload your .vimrc and then run `:PlugInstall`.
### Janus
Set up [Janus](https://github.com/carlhuda/janus) and then clone/submodule this
repo into `~/.janus` and restart vim.
## Contributing
Contributions are very welcome! Just open a PR.