From 303837b5be695ea56a45c9e508abf3dbaefa7ca0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 13 Sep 2013 17:28:18 +0200 Subject: Add latex support --- ftplugin/latex-suite/projecttemplate.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ftplugin/latex-suite/projecttemplate.vim (limited to 'ftplugin/latex-suite/projecttemplate.vim') diff --git a/ftplugin/latex-suite/projecttemplate.vim b/ftplugin/latex-suite/projecttemplate.vim new file mode 100644 index 00000000..1ab4be02 --- /dev/null +++ b/ftplugin/latex-suite/projecttemplate.vim @@ -0,0 +1,11 @@ +" Project name +" let g:projName = '' +" +" Project files +" let g:projFiles = '' + + +" Vim settings/maps/abbrs specific for this project + +" Modeline for this file +" vim:fdm=marker:ff=unix:noet:ts=4:sw=4:ft=vim -- cgit v1.2.3