Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnestler/michelson.vim
An vim plugin for the Michelson smart contracts language used by tezos
https://github.com/rnestler/michelson.vim
michelson tezos vim
Last synced: about 1 month ago
JSON representation
An vim plugin for the Michelson smart contracts language used by tezos
- Host: GitHub
- URL: https://github.com/rnestler/michelson.vim
- Owner: rnestler
- License: mit
- Created: 2017-10-29T11:55:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T17:51:52.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T00:50:33.581Z (about 1 month ago)
- Topics: michelson, tezos, vim
- Language: Vim script
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# michelson.vim
An vim plugin for the Michelson smart contracts language
## Installation
### Using [Vundle](https://github.com/VundleVim/Vundle.vim)
Add the following to your `vimrc`
```vimrc
Plugin 'rnestler/michelson.vim'
```