vim-nickel

March 8, 2022 ยท View on GitHub

Vim plugin for the Nickel language. Provide syntax highlighting, file detection and identation for Nickel source files.

Installation

Natively (vim 8.0)

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

Using plugin managers

" vim-plug
Plug 'nickel-lang/vim-nickel'
" NeoBundle
NeoBundle 'nickel-lang/vim-nickel'
" Vundle
Plugin 'nickel-lang/vim-nickel'

Manual

Copy the contents of each directory in the respective directories inside ~/.vim.