vim: use polyglot disabled instead of hi link

master
an 2019-07-03 16:14:23 -04:00
parent 6d55a1d4cc
commit 356a52acef
1 changed files with 3 additions and 21 deletions

View File

@ -119,6 +119,9 @@ let g:abolish_no_mappings=1 " we set out own later
" zig.vim
let g:zig_fmt_autosave=0
" polyglot
let g:polyglot_disabled=['c++11']
" gui and terminal specific settings
if has('gui_running')
set guicursor+=i:hor10-Cursor
@ -205,27 +208,6 @@ filetype on
filetype plugin on
filetype indent on
" Highlighting ---------------------------------------------------------------|
" Settings for C++ to make it more consistent with other highlighting groups,
" and better for recent standards and specs.
let g:cpp_class_scope_highlight=1
let g:cpp_concepts_highlight=1
" Get rid of STL highlighting because those are NOT keywords
hi link cppSTLbool NONE
hi link cppSTLcast NONE
hi link cppSTLconstant NONE
hi link cppSTLenum NONE
hi link cppSTLexception NONE
hi link cppSTLfunction NONE
hi link cppSTLfunctional NONE
hi link cppSTLios NONE
hi link cppSTLiterator NONE
hi link cppSTLiterator_tag NONE
hi link cppSTLnamespace NONE
hi link cppSTLtype NONE
" Functions ------------------------------------------------------------------|
" Automatic headers