plugins/lsp: fix tinymist implementation and update options

This commit is contained in:
Gaetan Lepage 2024-12-14 16:45:58 +01:00 committed by nix-infra-bot
parent 95361fda3c
commit 94535b24a2
3 changed files with 72 additions and 32 deletions

View file

@ -13,12 +13,17 @@
semanticTokens = "enable";
systemFonts = true;
fontPaths = [ ];
compileStatus = "enable";
compileStatus = "disable";
typstExtraArgs = [ ];
serverPath = null;
"trace.server" = "off";
formatterMode = "disable";
formatterPrintWidth = 120;
completion = {
triggerOnSnippetPlaceholders = null;
postfix = true;
postfixUfcs = true;
postfixUfcsLeft = true;
postfixUfcsRight = true;
};
};
};
};