diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-02-13 08:25:57 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-02-13 08:25:57 -0500 |
| commit | 0f9cde7576eb180b80829a611cfb9c22772e878e (patch) | |
| tree | 6fbf054b596d64aefc108ca0c238752ab2b4602c /.vim/ftdetect/gnuplot.vim | |
Diffstat (limited to '.vim/ftdetect/gnuplot.vim')
| -rw-r--r-- | .vim/ftdetect/gnuplot.vim | 1 |
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 |
