blob: 981d7f5a5ea81e132b8634169cbc62176b0721b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---@brief
---
--- https://github.com/joyme123/thrift-ls
---
--- you can install thriftls by mason or download binary here: https://github.com/joyme123/thrift-ls/releases
---@type vim.lsp.Config
return {
cmd = { 'thriftls' },
filetypes = { 'thrift' },
root_markers = { '.thrift' },
}
|