zk: reconfigure
This commit is contained in:
parent
1c9990f257
commit
014343790c
1 changed files with 10 additions and 1 deletions
|
@ -2,5 +2,14 @@
|
||||||
dir = "~/Documents/notes"
|
dir = "~/Documents/notes"
|
||||||
|
|
||||||
[tool]
|
[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"
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue