Vim plugin that provides Nois syntax highlighting.
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'