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.
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'
aleo.vim is distributed under the terms of the MIT license. See LICENSE for details.