Skip to content

jules/aleo.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aleo.vim

Description

This is a Vim plugin that provides Aleo file detection, syntax highlighting and basic formatting. It requires Vim 8 or higher for full functionality. Some things may not work on earlier versions.

Installation

For activating the full functionality, this plugin requires either the plugin manager or the .vimrc to have the following:

syntax enable
filetype plugin indent on

Most plugin managers don't do this automatically, so these statements are usually added by users in their vimrc right after the plugin manager load section.

git clone https://github.com/julesdesmit/aleo.vim ~/.vim/pack/plugins/start/aleo.vim
Plugin 'julesdesmit/aleo.vim'
git clone --depth=1 https://github.com/julesdesmit/aleo.vim.git ~/.vim/bundle/aleo.vim
Plug 'julesdesmit/aleo.vim'
call dein#add('julesdesmit/aleo.vim')
NeoBundle 'julesdesmit/aleo.vim'

License

aleo.vim is distributed under the terms of the MIT license. See LICENSE for details.

About

Vim syntax highlighting for Aleo instructions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published