vim/ftplugin/cpp.vim
Julien Le Page de43f2bcd8 Dropped ctags entirely
+ installed cpp-modern or regex highlighting
* updated ftplugin files
* updated vimrc
2021-08-16 10:04:29 +02:00

8 lines
131 B
VimL

set colorcolumn=81
set cino=N-s
let g:cpp_attributes_highlight = 1
let g:cpp_member_highlight = 1
let g:cpp_simple_highlight = 1