From 8d8ee70a1beb0568fed7e4311ee3f9e0078d3764 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 7 Jul 2019 15:13:11 +0200 Subject: fix highlight for syndication --- content/posts/kate-lsp-client-restart/index.md | 4 +--- 1 file changed, 1 insertion(+), 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= -DENABLE_LSPCLIENT=ON -{{< / 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. -- cgit v1.2.3