summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/kate-lsp-client-restart/index.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/content/posts/kate-lsp-client-restart/index.md b/content/posts/kate-lsp-client-restart/index.md
index 95e721a..8bf81af 100644
--- a/content/posts/kate-lsp-client-restart/index.md
+++ b/content/posts/kate-lsp-client-restart/index.md
@@ -14,9 +14,7 @@ We have now a prototype plugin in kate.git master, see [lspclient](https://cgit.
It is not compiled per default, you can turn it on via:
-{{< highlight bash >}}
-cmake -DCMAKE_INSTALL_PREFIX=<your prefix> -DENABLE_LSPCLIENT=ON <kate src dir>
-{{< / highlight >}}
+> cmake -DCMAKE_INSTALL_PREFIX="your prefix" -DENABLE_LSPCLIENT=ON "kate src dir"
It shares no code with my initial prototype.
The author started this without knowing of my work.