diff options
Diffstat (limited to 'nvim/lsp/cobol_ls.lua')
| -rwxr-xr-x | nvim/lsp/cobol_ls.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/lsp/cobol_ls.lua b/nvim/lsp/cobol_ls.lua new file mode 100755 index 0000000..0a4f4a9 --- /dev/null +++ b/nvim/lsp/cobol_ls.lua @@ -0,0 +1,8 @@ +---@brief +--- +--- Cobol language support +return { + cmd = { 'cobol-language-support' }, + filetypes = { 'cobol' }, + root_markers = { '.git' }, +} |
