I’ve gotten kak-lsp to work in kak, but an issue I’m having is that my current project has some external dependencies and when we included them before it went through Visual Studio’s additional include directories option so we wouldn’t have to type out the entire directory in each include. I was wondering if kak-lsp had something similar? It’s throwing errors all over the place about it.
Do you use a compilation database file ? If you use CMake for your project, you can generate a compile_command.json
file that CCLS can use to deduce includes, compilation options…