commit 0359ffe1ed8b2abc951e665f68a618132c515269 parent 13767c9cfe64063025065b5e797666c37024d069 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 29 Apr 2019 13:57:41 +0200 Detect .gp as gnuplot in vim Diffstat:
A | .vim/ftdetect/gnuplot.vim | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.vim/ftdetect/gnuplot.vim b/.vim/ftdetect/gnuplot.vim @@ -0,0 +1,4 @@ +" treat .gp files as gnuplot +augroup c_header_identify + autocmd! BufNewFile,BufRead *.gp setlocal ft=gnuplot +augroup END