nvim: after: ftplugin: Drop CPP

The settings done in this file where specific to syntax plugins which we
do not use anymore and should have been dropped with af410754a4.
This commit is contained in:
Sanchayan Maity 2020-09-24 16:53:04 +05:30
parent c25188661b
commit 7e575f9ca4

View file

@ -1,6 +0,0 @@
let g:cpp_class_scope_highlight = 1
let g:cpp_member_variable_highlight = 1
let g:cpp_class_decl_highlight = 1
let g:cpp_posix_standard = 1
let g:cpp_concepts_highlight = 1