Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.15 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.15 KB

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'