Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 654 Bytes

vim-clarity

This plugin is a work in progress and should not be considered a finished product

Syntax highlight, lint, and deploy clarity smart contracts.

Installation

Install using your favorite package manager, or use Vim's built-in package support. The below example uses dein:

call dein#add('alexkeating/vim-clarity')

Dependencies

In order to get the most out of this plugin we recommend installing the stacks-cli and clarity-lint. Without these dependencies one cannot' lint or deploy their smart contracts.