From 014343790c7859ecb65d2a60c1c9d0a43b5c8df5 Mon Sep 17 00:00:00 2001
From: Luca Bilke <luca@bil.ke>
Date: Wed, 8 Jan 2025 16:21:57 +0100
Subject: [PATCH] zk: reconfigure

---
 common/.config/zk/config.toml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/common/.config/zk/config.toml b/common/.config/zk/config.toml
index fc8f92a9..cb985df6 100644
--- a/common/.config/zk/config.toml
+++ b/common/.config/zk/config.toml
@@ -2,5 +2,14 @@
 dir = "~/Documents/notes"
 
 [tool]
-fzf-preview = "mdless {-1}"
+fzf-preview = "COLORTERM=truecolor CLICOLOR_FORCE=1 glow -w \"$FZF_PREVIEW_COLUMNS\" -s tokyo-night {-1}"
 fzf-options = "--preview-window nowrap"
+
+[lsp.completion]
+note-label = "{{title}}"
+note-filter-text = "{{title}}"
+note-detail = "{{metadata}}"
+
+[lsp.diagnostics]
+wiki-title = "hint"
+dead-link = "error"