diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ call dein#end() filetype plugin indent on syntax enable +" Fix performance issue with long lines +set synmaxcol=200 + " Plugins config let g:clang_c_options = '-std=gnu11' let g_clang_cpp_options = '-std=c++11 -stdlib=libc++' |
