arakashic / chromatica.nvim

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

Cannot find "libclang_path" on Windows #81

Closed datwaft closed 3 years ago

datwaft commented 4 years ago

Hello, I am using Windows 10 with neovim.

Cromatica keeps saying [chromatica] There was an error starting Chromatica. Please check g:chromatica#libclang_path. even after I specify libclang_path.

image

Already tried with C:/Program Files/LLVM/bin/, C:/Program Files/LLVM/lib/, C:/Program Files/LLVM/bin/libclang.dll and C:/Program Files/LLVM/lib/libclang.lib.
Works perfectly on Linux using the WSL, but I want to also be able to use it on Windows.

Edit: also, I installed clang using choco install llvm with Chocolatey.

Thank you.