Skip to content

nickel-lang/vim-nickel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vim plugin for the Nickel language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published