aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/scry.lua
blob: 77431d70efd4842b29c9e1cb58fae4444a6adba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---@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' },
}