vimrc: highlight C++11 attributes/members
This commit is contained in:
parent
932e3332ec
commit
f47b665d61
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user