Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 441 Bytes

vim-civet

This project adds Civet plugin support for vim.

Supported features:

  1. Syntax
  2. Indentation

Installation

Using vim-plug

Plug 'tbm206/civet-vim'

Inspiration

Most of the code is based on the coffee-script vim plugin as the two the language share several syntactical features.