mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-25 06:36:46 +00:00
typst: added single file support for tinymist
This commit is contained in:
parent
250b503ef5
commit
b6785f8218
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
lspConfig = ''
|
lspConfig = ''
|
||||||
lspconfig.tinymist.setup {
|
lspconfig.tinymist.setup {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
|
single_file_support = true,
|
||||||
on_attach = default_on_attach,
|
on_attach = default_on_attach,
|
||||||
cmd = ${
|
cmd = ${
|
||||||
if isList cfg.lsp.package
|
if isList cfg.lsp.package
|
||||||
|
|
Loading…
Reference in a new issue