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"