diff --git a/content/posts/kate-lsp-status-july-22/index.md b/content/posts/kate-lsp-status-july-22/index.md index 2d34100..0a1d089 100644 --- a/content/posts/kate-lsp-status-july-22/index.md +++ b/content/posts/kate-lsp-status-july-22/index.md @@ -1,6 +1,6 @@ --- title: "Kate LSP Status - July 22" -date: 2019-07-22T22:16:00+02:00 +date: 2019-07-22T22:42:00+02:00 draft: false categories: [kde, kate, development] tags: [kde, kate] @@ -18,7 +18,7 @@ To get a usable build directory, I build my stuff locally with [kdesrc-build](ht > cmake-options -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Kate - Unix Makefiles" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -This will auto generate the needed **.kateproject** files for the Kate project plugin and the **compile_commands.json** for clangd (the LSP server for C/C++ the plugin uses). +This will auto generate the needed **.kateproject** files for the Kate project plugin and the **compile_commands.json** for **clangd** (the LSP server for C/C++ the plugin uses). If you manually build your stuff with **cmake**, you can just add the @@ -33,3 +33,14 @@ Then, let's see what you can do, once you are in a prepared build directory and