Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 447 Bytes

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 '0xmovses/move.vim'

Then run :PlugInstall.