From ee6ed62f98ad04de3795a3cf67522964ce0d23bd Mon Sep 17 00:00:00 2001 From: David Holland Date: Sun, 13 Oct 2019 14:50:10 +0200 Subject: [PATCH] Set "english" by removing the german lang from nvim completely. This has to be done, as the other way round causes some weird problems. --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 161d01a..688ce9b 100644 --- a/init.vim +++ b/init.vim @@ -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