From acddcd2000d96af45e9c8cd0ab5e79a8764096b9 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 1 Mar 2019 21:57:07 +0100 Subject: [PATCH 1/1] ftdetect: Add gnuplot.vim --- ftdetect/gnuplot.vim | 2 ++ init.vim | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 ftdetect/gnuplot.vim diff --git a/ftdetect/gnuplot.vim b/ftdetect/gnuplot.vim new file mode 100644 index 0000000..bc10514 --- /dev/null +++ b/ftdetect/gnuplot.vim @@ -0,0 +1,2 @@ +au BufRead,BufNewFile *.plt set filetype=gnuplot +au BufRead,BufNewFile *.gnuplot set filetype=gnuplot diff --git a/init.vim b/init.vim index cf6e2df..50d395c 100644 --- a/init.vim +++ b/init.vim @@ -107,8 +107,6 @@ au BufRead,BufNewFile *.muttrc set filetype=muttrc au BufRead,BufNewFile *.cls set filetype=tex au Filetype tex set shiftwidth=2 -au BufRead,BufNewFile *.plt set filetype=gnuplot - :let g:org_todo_keywords = [['TODO(t)', 'WAITING(w)', '|', 'DONE(d)'], \ ['|', 'OBSOLETE(o)', 'WONT(n)'], \ ['CANCELED(c)']] -- 2.30.2