about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-02 01:50:45 +0900
committersefidel <contact@sefidel.net>2024-08-02 01:50:45 +0900
commitf64eaaa8d745d0e750d58c88a1d7a61b1c761e36 (patch)
treeb1b681393cb6883729ec2fea23cfe6c36aa0a6d1
parent2656e6d890e535f671f0ddf1313c5c81b9434efa (diff)
downloadnvimrc-f64eaaa8d745d0e750d58c88a1d7a61b1c761e36.tar.gz
nvimrc-f64eaaa8d745d0e750d58c88a1d7a61b1c761e36.zip
feat(packs/lspconfig): typst_lsp -> tinymist
* typst_lsp has been replaced by tinymist (nixpkgs).
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 4317660..32a1750 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -32,4 +32,4 @@
 (init_lsp :ltex {:settings {:ltex {:language :en-GB}}})
 (init_lsp :nil_ls)
 (init_lsp :pyright {:settings {:python {:analysis {:typeCheckingMode :off}}}})
-(init_lsp :typst_lsp)
+(init_lsp :tinymist)