Set "english" by removing the german lang from nvim completely.

This has to be done, as the other way round causes some weird problems.
This commit is contained in:
David Holland 2019-10-13 14:50:10 +02:00
parent 9968d64073
commit ee6ed62f98
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 0 deletions

View File

@ -1338,6 +1338,7 @@ command! CppCommentMethod :call CPP_Comment_Method()
let b:current_syntax = "custom"
syntax keyword cppCustomNamespace juce
syntax keyword cppCustomNamespace PDFHummus
hi def link cppCustomNamespace Constant