cranelift.vim icon indicating copy to clipboard operation
cranelift.vim copied to clipboard

Vim editor configuration for working with cranelift IR (clif) files

cranelift.vim

Description

This is a Vim plugin that provides Cranelift IR file detection and syntax highlighting.

Installation

With Vim8 packages:

git clone https://github.com/CraneStation/cranelift.vim ~/.vim/pack/plugins/start/cranelift.vim

With vim-plug, add this to your configuration file:

Plug 'CraneStation/cranelift.vim'