move.vim

June 14, 2024 ยท View on GitHub

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.