Skip to content

vim configuration for Alumina

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bqwstt/alumina.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

584 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alumina.vim

Description

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.)

Installation

For activating the full functionality, this plugin requires either a 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/benstt/alumina.vim ~/.vim/pack/plugins/start/alumina.vim
Plugin 'benstt/alumina.vim'
git clone --depth=1 https://github.com/benstt/alumina.vim.git ~/.vim/bundle/alumina.vim
Plug 'benstt/alumina.vim'
call dein#add('benstt/alumina.vim')
NeoBundle 'benstt/alumina.vim'

License

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.

About

vim configuration for Alumina

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%