Skip to content

gagbo/vim-gnuplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-gnuplot

A collection of settings (and maybe functions) to make vim go well with gnuplot

Run as Jobs

To run gnuplot in the background, run it by a :Make command (instead of :make or :lmake), such as

  • that of vim-dispatch or,

  • with AsyncRun.vim installed, that defined by

    command! -bang -nargs=* -complete=file -bar Make AsyncRun<bang> -auto=make -program=make

    To avoid empty lines in the quickfix list, add let g:asyncrun_trim = 1 to your vimrc. Other options, such as g:asyncrun_save might be of interest.

About

Gnuplot scripts support for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published