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