arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

:ChromaticaShowInfo does not display full compile command #70

Closed xvoidee closed 5 years ago

xvoidee commented 5 years ago

Hello,

I'm using chromatica version ae7d498 (commit on master). When I call :ChromaticaShowInfo I do not see actual command from compile_database.json:

[chromatica] libclang file: /opt/clang+llvm-7.0.1-x86_64-linux-gnu-ubuntu-16.04/lib/libclang.so                                                                           
[chromatica] Filename: /home/xvoidee/Documents/algorithms/src/edmonds_karp_demo.cpp
[chromatica] Filetype: cpp
[chromatica] Using compile args file: /home/xvoidee/Documents/algorithms/compile_commands.json
[chromatica]     : -isystem/opt/clang+llvm-7.0.1-x86_64-linux-gnu-ubuntu-16.04/lib/clang/7.0.1/include
[chromatica] .clang File Search Path:
Press ENTER or type command to continue

In past there was an output. I need this in order to debug highlighting - some C/C++ headers totally mess up syntax.

compile_commands.zip

xvoidee commented 5 years ago

Call to :UpdateRemotePlugins was needed. Sorry for my stupidity :)