summaryrefslogtreecommitdiff
path: root/.vim/ftdetect
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-02-13 08:25:57 -0500
committerConnor Moore <connor@hhmoore.ca>2026-02-13 08:25:57 -0500
commit0f9cde7576eb180b80829a611cfb9c22772e878e (patch)
tree6fbf054b596d64aefc108ca0c238752ab2b4602c /.vim/ftdetect
Vimrc and other vim setupHEADmaster
Diffstat (limited to '.vim/ftdetect')
-rw-r--r--.vim/ftdetect/gnuplot.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftdetect/gnuplot.vim b/.vim/ftdetect/gnuplot.vim
new file mode 100644
index 0000000..ddbcb1b
--- /dev/null
+++ b/.vim/ftdetect/gnuplot.vim
@@ -0,0 +1 @@
+au BufRead,BufNewFile *.gnu set filetype=gnuplot