blob: 234378bb084cdedb57b643ceb6969f1b9c1a8c34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@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' },
}
|