mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:30:04 +08:00
18 lines
327 B
Lua
Vendored
18 lines
327 B
Lua
Vendored
local util = require 'lspconfig.util'
|
|
|
|
return {
|
|
default_config = {
|
|
cmd = { 'cobol-language-support' },
|
|
filetypes = { 'cobol' },
|
|
root_dir = util.find_git_ancestor,
|
|
},
|
|
docs = {
|
|
description = [[
|
|
Cobol language support
|
|
]],
|
|
default_config = {
|
|
root_dir = [[util.find_git_ancestor]],
|
|
},
|
|
},
|
|
}
|