dropping zk for marksman

This commit is contained in:
Matthew Ryan Dillon 2025-04-06 21:15:24 -04:00 committed by Matthew Ryan DIllon
parent 4fe9b63d42
commit 67eddb7ae7
2 changed files with 1 additions and 12 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 \