clighter8
clighter8 copied to clipboard
VIM C++ semantic syntax highlight plugin
I don't think this is a good idea to bother the author of this plugin, but I think it is useful to let it search compile_command.json on a current working...
I'm user for SpaceVim, when I use vim to write C headers, the plugins highlight the macro command,but when i writing the C++ headers, macro command not highlight,why? There is...
How to know if I have correct version for libcalng and compatible python binding?
```vim let g:clighter8_libclang_path='/Library/Developer/CommandLineTools/usr/lib/libclang.dylib' ``` 2017-12-27 21:41:48,810 - INFO - server start at 127.0.0.1:8787 2017-12-27 21:41:48,852 - INFO - accept a vim client 2017-12-27 21:41:48,854 - INFO - config libclang path...
If there are any arguments after the file name in the compile commands, clighter8 fails to recognize the file. The result of `:ClShowCompileInfo` is `v:null`, and highlighting does not work....