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