From 0f9cde7576eb180b80829a611cfb9c22772e878e Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Fri, 13 Feb 2026 08:25:57 -0500 Subject: Vimrc and other vim setup --- .vim/ftdetect/gnuplot.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftdetect/gnuplot.vim (limited to '.vim/ftdetect') 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 -- cgit v1.2.3