WIP: dropping zk

This commit is contained in:
Matthew Ryan Dillon 2025-04-06 21:15:24 -04:00
parent f9b46a6ae3
commit b441b8c774
2 changed files with 1 additions and 13 deletions

View file

@ -4,18 +4,6 @@ name = "rust"
[language-server.rust-analyzer.config.check] [language-server.rust-analyzer.config.check]
command = "clippy" command = "clippy"
[language-server.zk]
command = "zk"
args = ["lsp"]
[[language]]
name = "markdown"
scope = "source.md"
injection-regex = "md|markdown"
file-types = ["md", "markdown"]
roots = [".zk"]
language-servers = ["zk"]
{{ if eq .hosttype "work" -}} {{ if eq .hosttype "work" -}}
[language-server.pyright] [language-server.pyright]
command = "pyright-langserver" command = "pyright-langserver"

View file

@ -18,6 +18,7 @@ brew install \
helix \ helix \
jj \ jj \
kitty \ kitty \
marksman \
nvm \ nvm \
ripgrep \ ripgrep \
sqlite \ sqlite \
@ -27,7 +28,6 @@ brew install \
xz \ xz \
yazi \ yazi \
zellij \ zellij \
zk \
zlib zlib
brew install --cask \ brew install --cask \