aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/tombi.lua
blob: 9200068c934a386354f3e03da3eec9cfc3a1b6a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://tombi-toml.github.io/tombi/
---
--- Language server for Tombi, a TOML toolkit.
---
return {
  cmd = { 'tombi', 'lsp' },
  filetypes = { 'toml' },
  root_markers = { 'tombi.toml', 'pyproject.toml', '.git' },
}