Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvmelkonian/move.vim
syntax highlighting and indentation in Vim for the Move smart contract language
https://github.com/rvmelkonian/move.vim
Last synced: 3 months ago
JSON representation
syntax highlighting and indentation in Vim for the Move smart contract language
- Host: GitHub
- URL: https://github.com/rvmelkonian/move.vim
- Owner: 0xmovses
- Created: 2022-07-28T22:06:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:17:00.000Z (5 months ago)
- Last Synced: 2024-06-23T04:58:01.977Z (5 months ago)
- Language: Vim Script
- Homepage:
- Size: 16.6 KB
- Stars: 24
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-move - Move Vim - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). (IDEs / Miscellaneous)
- awesome-move - Move Vim - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). (IDEs / Miscellaneous)
- awesome-move - Move Vim - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). (IDEs / Miscellaneous)
- awesome-aptos - Move Vim - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). (IDEs / Miscellaneous)
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 '0xmovses/move.vim'
```Then run `:PlugInstall`.