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