Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 944 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 944 Bytes

lingo.vim

lingo.vim is a new Vim Syntax Highlighting for LINGO (the language of optimization modeling software for linear, nonlinear, and integer programming).

The new syntax rule is based on LINGO 18.0 user manual.

Installation instructions

It is recommended to install the plugin using a plugin manager. Pick your favorite, here are instructions for some common ones.

Using vim-plug

Add a new plugin line to your .vimrc:

Plug 'Markhng/lingo.vim'

Rerun vim and update your bundles:

:PlugInstall

Using vundle

Add a new plugin line to your .vimrc:

Plugin 'Markhng/lingo.vim'

Rerun vim and update your bundles:

:PluginInstall!

Manually

Just copy all the relevant portions in this project into your ~/.vim directory.