Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 340 Bytes

vim-cadence

Syntax highlighting for the Cadence programming language. A high level programming lanaguage intended for smart contract development.

Installation

Install via vim-plug:

Add the following line to your .vimrc between where you have vim-plugdefined.

Plug 'Cian911/vim-cadence'

Then run :PlugInstall.