about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-31 23:56:39 +0900
committersefidel <contact@sefidel.net>2024-04-12 23:31:36 +0900
commitf576ab6d3d940cb91745cd8b93a6a4df54c2d227 (patch)
treee3fe5bef0535be084e575530ae8624441473c88b
parente2312d57b62016894b32b843d1cf145c11c79cde (diff)
downloadnvimrc-f576ab6d3d940cb91745cd8b93a6a4df54c2d227.tar.gz
nvimrc-f576ab6d3d940cb91745cd8b93a6a4df54c2d227.zip
feat(packs/lspconfig): add typst-lsp
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 2501a1a..4317660 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -32,3 +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)