mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
plugins/lsp: fix tinymist implementation and update options
This commit is contained in:
parent
95361fda3c
commit
94535b24a2
3 changed files with 72 additions and 32 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue