/gnuplot.vim

Syntax highlighting for Gnuplot

Primary LanguageVim Script

gnuplot.vim

A fork of vim-scripts/gnuplot.vim, a syntax file for gnuplot.

Installation

Using pathogen

cd ~/.vim/bundle
git clone https://github.com/uemurax/gnuplot.vim

Using NeoBundle

Add the following line to your .vimrc line

NeoBundle 'uemurax/gnuplot.vim'

Launch vim and run :NeoBundleInstall.