diff --git a/.vim/vimrc b/.vim/vimrc index 6548500..402af9a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -468,6 +468,12 @@ let g:AutoPairsShortcutToggleMultilineClose = '' " nmap :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 " Setup some default ignores let g:ctrlp_custom_ignore = {