nvim-lspconfig/lsp/scry.lua

13 lines
221 B
Lua

---@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' },
}