diff options
author | sefidel <contact@sefidel.net> | 2024-03-31 23:56:39 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-04-12 23:31:36 +0900 |
commit | f576ab6d3d940cb91745cd8b93a6a4df54c2d227 (patch) | |
tree | e3fe5bef0535be084e575530ae8624441473c88b /fnl/nvrc | |
parent | e2312d57b62016894b32b843d1cf145c11c79cde (diff) | |
download | nvimrc-f576ab6d3d940cb91745cd8b93a6a4df54c2d227.tar.gz nvimrc-f576ab6d3d940cb91745cd8b93a6a4df54c2d227.zip |
feat(packs/lspconfig): add typst-lsp
Diffstat (limited to 'fnl/nvrc')
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 1 |
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) |