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