Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzakian/move.vim
syntax highlighting and indentation in Vim for the Move smart contract language
https://github.com/tzakian/move.vim
Last synced: 8 days ago
JSON representation
syntax highlighting and indentation in Vim for the Move smart contract language
- Host: GitHub
- URL: https://github.com/tzakian/move.vim
- Owner: tzakian
- Fork: true (0xmovses/move.vim)
- Created: 2023-03-07T18:32:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T16:46:52.000Z (12 months ago)
- Last Synced: 2023-11-15T17:53:21.050Z (12 months ago)
- Language: Vim Script
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sui - Move Vim - Maintained by [@tzakian](https://github.com/tzakian/). (IDEs / Libraries)
README
# move.vim
Syntax highlighting for the Move smart contract programming language. Open to PRs to extend this tool.### Installation
Install via your vim plugin manager of choice.
For `vim-plug` add to your `.vimrc`:
```
Plug 'rvmelkonian/move.vim'
```Then run `:PlugInstall`.