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