blob: 756b4054f35efa0e341161f1f959edd11243f382 (
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' },
}
|