Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 628 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 628 Bytes

vim-nickel

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.