Skip to content

nakala-lang/nakala.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nakala.vim

Simple vim syntax highlighting for nakala

Installation

For activating the full functionality, this plugin requires either the plugin manager or the .vimrc to have the following:

syntax enable
filetype plugin indent on

Most plugin managers don't do this automatically, so these statements are usually added by users in their vimrc right after the plugin manager load section.

use 'nakala-lang/nakala.vim'
git clone https://github.com/nakala-lang/nakala.vim ~/.vim/pack/plugins/start/nakala.vim
Plugin 'nakala-lang/nakala.vim'
git clone --depth=1 https://github.com/nakala-lang/nakala.vim.git ~/.vim/bundle/nakala.vim
Plug 'nakala-lang/nakala.vim'
call dein#add('nakala-lang/nakala.vim')
NeoBundle 'nakala-lang/nakala.vim'

License

nakala.vim is distributed under the MIT license

About

vim syntax highlighting for nakala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published