Skip to content

Vim plugin that provides Nois syntax highlighting

Notifications You must be signed in to change notification settings

nois-lang/nois.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nois.vim

Vim plugin that provides Nois syntax highlighting.

Installation

Expand

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
git clone https://github.com/ivanjermakov/nois.vim ~/.vim/pack/plugins/start/nois.vim
Plugin 'ivanjermakov/nois.vim'
git clone --depth=1 https://github.com/ivanjermakov/nois.vim.git ~/.vim/bundle/nois.vim
Plug 'ivanjermakov/nois.vim'
call dein#add('ivanjermakov/nois.vim')
NeoBundle 'ivanjermakov/nois.vim'

Releases

No releases published