global/neovim: disable typst-lsp

Currently broken
This commit is contained in:
Infinidoge 2024-08-20 18:42:44 -04:00
parent 82194a749b
commit 3b8b4b4285
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -85,7 +85,7 @@
installRustc = false;
installCargo = false;
};
typst-lsp.enable = true;
typst-lsp.enable = false;
};
};
};