From 68c941406e06fe5fc89386d9c4ab20345c5e185b Mon Sep 17 00:00:00 2001 From: arobase-che Date: Sun, 10 Jan 2016 19:07:49 +0100 Subject: Init commit --- plugin/syntax.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 plugin/syntax.vim (limited to 'plugin/syntax.vim') diff --git a/plugin/syntax.vim b/plugin/syntax.vim new file mode 100755 index 0000000..ecd8edb --- /dev/null +++ b/plugin/syntax.vim @@ -0,0 +1,9 @@ +" syntax.vim + +syntax enable + +" Python specific options +let python_highlight_all = 1 + +" syntastic +let g:syntastic_cpp_compiler_options = "-std=cpp11" -- cgit v1.2.3