Vim plugin for the Nickel language. Provide syntax highlighting, file detection and identation for Nickel source files.
As of version 8.0 Vim supports packages. Clone this repository inside ~/.vim/pack/all/start
:
git clone https://github.com/nickel-lang/vim-nickel.git ~/.vim/pack/all/start/vim-nickel
" vim-plug
Plug 'nickel-lang/vim-nickel'
" NeoBundle
NeoBundle 'nickel-lang/vim-nickel'
" Vundle
Plugin 'nickel-lang/vim-nickel'
Copy the contents of each directory in the respective directories inside ~/.vim.