/vim-plang

Vim syntax plugin for the P programming language.

Primary LanguageVim scriptMIT LicenseMIT

vim-plang

This is a Vim syntax plugin for the P language.

Installation

Using Vundle

  1. Add Plugin 'dijkstracula/vim-plang' to ~/.vimrc
  2. vim +PluginInstall +qall

Using Pathogen

  1. cd ~/.vim/bundle
  2. git clone https://github.com/dijkstracula/vim-plang.git

Using NeoVim and Vim-Plug

  1. Add Plug 'dijkstracula/vim-plang' to your e.g. ~/.config/nvim/plugins.vim
  2. Save and run :PlugInstall

(For a local installation for development purposes, adjust step 1 to add Plug '/path/to/your/vim-plang' instead.)

Contributing

PRs welcome - this is definitely a work in progress.

Licence

MIT: See the LICENCE file for details.