defaults: Enable syntax and filetype plugins.

This commit is contained in:
Felipe Morales
2015-05-16 04:10:38 -03:00
committed by Justin M. Keyes
parent 75f6817a51
commit 50e129f5a7
5 changed files with 63 additions and 15 deletions

View File

@@ -92,6 +92,10 @@
# define SYNTAX_FNAME "$VIMRUNTIME" _PATHSEPSTR "syntax" _PATHSEPSTR "%s.vim"
#endif
#ifndef SYNTAX_FILE
# define SYNTAX_FILE "$VIMRUNTIME" _PATHSEPSTR "syntax" _PATHSEPSTR "syntax.vim"
#endif
#ifndef EXRC_FILE
# define EXRC_FILE ".exrc"
#endif