mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-05 03:12:33 +01:00
mzte-nv: install tinymist typst lsp
This commit is contained in:
parent
a2b3d282d4
commit
177dc43b10
2 changed files with 2 additions and 0 deletions
|
@ -63,4 +63,5 @@
|
||||||
{:settings {:rust-analyzer {:checkOnSave {:command :clippy}}}})
|
{:settings {:rust-analyzer {:checkOnSave {:command :clippy}}}})
|
||||||
|
|
||||||
(setup :taplo)
|
(setup :taplo)
|
||||||
|
(setup :tinymist {:single_file_support true :offset_encoding :utf-8})
|
||||||
(setup :zls)
|
(setup :zls)
|
||||||
|
|
|
@ -40,6 +40,7 @@ let
|
||||||
})
|
})
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
taplo
|
taplo
|
||||||
|
tinymist
|
||||||
vscode-langservers-extracted # cssls, eslint, html, jsonls
|
vscode-langservers-extracted # cssls, eslint, html, jsonls
|
||||||
zls
|
zls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue