This is a Vim plugin that provides Alumina file detection and syntax highlighting.
NOTE: This plugin is rearranged based on rust.vim and not all Alumina features may be included, so expect some inconsistencies. (And viceversa, you may see Rust highlighting that is not in Alumina.)
For activating the full functionality, this plugin requires either a plugin
manager or the .vimrc to have the following:
syntax enable
filetype plugin indent onMost 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/benstt/alumina.vim ~/.vim/pack/plugins/start/alumina.vimPlugin 'benstt/alumina.vim'git clone --depth=1 https://github.com/benstt/alumina.vim.git ~/.vim/bundle/alumina.vimPlug 'benstt/alumina.vim'call dein#add('benstt/alumina.vim')NeoBundle 'benstt/alumina.vim'Like Alumina, alumina.vim is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE and LICENSE-MIT for details.