nvim: plugin_settings: Drop CPP syntax highlighting options
These settings where specific to syntax plugins which we do not
use anymore and should have been dropped with af410754a4
.
This commit is contained in:
parent
d04c8675f9
commit
51042d4089
1 changed files with 0 additions and 8 deletions
|
@ -23,14 +23,6 @@ let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }
|
|||
" Incremental search
|
||||
let g:incsearch#auto_nohlsearch = 1
|
||||
|
||||
" C/CPP
|
||||
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_experimental_template_highlight = 1
|
||||
let g:cpp_concepts_highlight = 1
|
||||
|
||||
" Sneak
|
||||
let g:sneak#label = 1
|
||||
let g:sneak#s_next = 1
|
||||
|
|
Loading…
Reference in a new issue