dotfiles/.config/nvim/lsp/cobol_ls.lua

10 lines
171 B
Lua

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