home: add zk

This commit is contained in:
Tim Schubert 2024-05-04 22:21:10 +02:00
parent 895aa749e8
commit db4923fa91
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,10 @@ command = "nixd"
[language-server.ltex-ls]
command = "ltex-ls"
[language-server.zk]
command = "zk"
args = ["lsp"]
[[language]]
name = "rust"
language-servers = [ {name="rust-analyzer"} ]
@ -22,3 +26,10 @@ roots = []
name = "nix"
file-types = ["nix"]
language-servers = [{ name = "nixd" }]
[[language]]
name = "markdown"
scope = "source.md"
injection-regex = "md|markdown"
file-types = ["md", "markdown"]
roots = [".zk"]

View file

@ -143,5 +143,6 @@ with pkgs; [
youtube-dl
# zotero Marked as insecure
zeal
zk
zsh
]