nvim/lsp/cobol_ls.lua
2025-09-22 16:07:34 +02:00

10 lines
171 B
Lua

---@brief
---
--- Cobol language support
---@type vim.lsp.Config
return {
cmd = { 'cobol-language-support' },
filetypes = { 'cobol' },
root_markers = { '.git' },
}