summaryrefslogtreecommitdiff
path: root/lsp/crystal.lua
blob: 95b6dd90c52d1837a7c57ccf7a79905790380628 (plain)
1
2
3
4
5
6
return {
  cmd = { "crystalline", "--stdio" },
  filetypes = { "crystal" },
  root_markers = { "shard.yml", ".git" },
  single_file_support = true,
}