aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/scry.lua
blob: d9729f4ae3185fc6ad05e543f9f4839e849fa2e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/crystal-lang-tools/scry
---
--- Crystal language server.
---@type vim.lsp.Config
return {
  cmd = { 'scry' },
  filetypes = { 'crystal' },
  root_markers = { 'shard.yml', '.git' },
}