vim/ftplugin/c.vim
Steins7 8985a5dbe7 Removed hardcoded value to use project ones
* ftplugin values override project ones, removing them fix the issue
2022-04-07 10:48:14 +02:00

7 lines
112 B
VimL

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