/clarity_syntax_vim

Clarity syntax highlighting and some handy commands for vim/nvim

Primary LanguageVim ScriptMIT LicenseMIT

clarity_syntax_vim

Clarity syntax highlighting and some handy commands

shot1

Commands

command task
gd go to the definition of the current word
:ClarinetCheck check syntax ( requires Clarinet )

Installation

Plug

Add this to vim-plug section of your .vimrc ( stdpath('config') . '/init.vim' for Neovim) then do a :PlugInstall

Plug 'Shifta-Robel/clarity_syntax_vim'

Vundle

Plugin 'Shifta-Robel/clarity_syntax_vim'

Pathogen

git clone https://github.com/shifta-robel/clarity_syntax_vim ~/.vim/bundle/clarity_syntax_vim