mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 01:01:01 +01:00
neovim: Disable typst as it is broken
This commit is contained in:
parent
9100e6d42d
commit
14e4e9d3f3
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@
|
|||
bashls.enable = true;
|
||||
dartls.enable = true;
|
||||
clangd.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
# TODO: re-enable when fixed
|
||||
typst-lsp.enable = false;
|
||||
tsserver.enable = true;
|
||||
efm.extraOptions = {
|
||||
init_options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue