Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

syntax highlighting and indentation in Vim for the Move smart contract language

Awesome Lists containing this project

README

        

# move.vim
Syntax highlighting for the Move smart contract programming language. Open to PRs to extend this tool.

Screenshot 2022-07-29 at 00 24 48

### Installation

Install via your vim plugin manager of choice.

For `vim-plug` add to your `.vimrc`:

```
Plug 'rvmelkonian/move.vim'
```

Then run `:PlugInstall`.