From 791b7ceac8c967fdf007090a93aaf22a9d8c49a2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 24 Oct 2017 03:28:51 -0400 Subject: move filetype-specific configuration into ftplugins (and ftdetect/syntax as appropriate). also just remove some configuration that i don't care about anymore. --- vim/ftdetect/c.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftdetect/c.vim (limited to 'vim/ftdetect/c.vim') diff --git a/vim/ftdetect/c.vim b/vim/ftdetect/c.vim new file mode 100644 index 0000000..8dac68b --- /dev/null +++ b/vim/ftdetect/c.vim @@ -0,0 +1 @@ +let c_syntax_for_h = 1 -- cgit v1.2.3-54-g00ecf