diff options
author | sefidel <contact@sefidel.net> | 2024-08-02 01:50:45 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-02 01:50:45 +0900 |
commit | f64eaaa8d745d0e750d58c88a1d7a61b1c761e36 (patch) | |
tree | b1b681393cb6883729ec2fea23cfe6c36aa0a6d1 /fnl | |
parent | 2656e6d890e535f671f0ddf1313c5c81b9434efa (diff) | |
download | nvimrc-f64eaaa8d745d0e750d58c88a1d7a61b1c761e36.tar.gz nvimrc-f64eaaa8d745d0e750d58c88a1d7a61b1c761e36.zip |
feat(packs/lspconfig): typst_lsp -> tinymist
* typst_lsp has been replaced by tinymist (nixpkgs).
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 2 |
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) |