vimrc: highlight C++11 attributes/members

This commit is contained in:
surtur 2022-10-30 03:02:57 +01:00
parent 932e3332ec
commit f47b665d61
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -468,6 +468,12 @@ let g:AutoPairsShortcutToggleMultilineClose = ''
" nmap <c-m><c-h> :call autopairs#AutoPairsToggleMultilineClose() " nmap <c-m><c-h> :call autopairs#AutoPairsToggleMultilineClose()
" Enable highlighting of C++11 attributes
let g:cpp_attributes_highlight = 1
" Highlight struct/class member variables (affects both C and C++ files)
let g:cpp_member_highlight = 1
" ctrlp " ctrlp
" Setup some default ignores " Setup some default ignores
let g:ctrlp_custom_ignore = { let g:ctrlp_custom_ignore = {