mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
defaults: Enable syntax and filetype plugins.
This commit is contained in:

committed by
Justin M. Keyes

parent
75f6817a51
commit
50e129f5a7
@@ -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
|
||||
|
Reference in New Issue
Block a user