blob: a763ed64f1f2927f47c61f52c86ac024d9727f0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- Cobol language support
---@type vim.lsp.Config
return {
cmd = { 'cobol-language-support' },
filetypes = { 'cobol' },
root_markers = { '.git' },
}
|