Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions README

This file was deleted.

18 changes: 18 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
gnuplot.vim
===========

Intro
-----

This is a mirror of [vim-scripts](http://www.vim.org/scripts/script.php?script_id=1737)
adapted for [pathogen.vim](https://github.com/tpope/vim-pathogen) as a bundle

the gnuplot .plt extension sets the filetype to gnuplot

Installation
------------

[pathogen.vim](https://github.com/tpope/vim-pathogen) is the recommended way to install vim-gnuplot.

cd ~/.vim/bundle
git clone https://github.com/vlaadbrain/gnuplot.vim.git
2 changes: 2 additions & 0 deletions ftdetect/plt.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
" Install Filetype detection for gnuplot files
au BufRead,BufNewFile *.plt set filetype=gnuplot