Skip to content

huangyxi/lingo.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.