We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b172995 commit e35fd81Copy full SHA for e35fd81
lua/lspconfig/configs/tinymist.lua
@@ -5,7 +5,7 @@ return {
5
cmd = { 'tinymist' },
6
filetypes = { 'typst' },
7
root_dir = util.find_git_ancestor,
8
- single_file_support = false,
+ single_file_support = true,
9
},
10
docs = {
11
description = [[
0 commit comments