1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-12 02:23:39 +08:00
SpaceVim/bundle/nvim-lspconfig-latest/lua/lspconfig/server_configurations/tinymist.lua
2024-05-21 12:31:14 +08:00

17 lines
396 B
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'tinymist' },
filetypes = { 'typst' },
root_dir = util.find_git_ancestor,
single_file_support = false,
},
docs = {
description = [[
https://github.com/Myriad-Dreamin/tinymist
An integrated language service for Typst [taɪpst]. You can also call it "微霭" [wēi ǎi] in Chinese.
]],
},
}