diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lsp.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index bdccde9..9420d30 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -15,6 +15,9 @@ vim.lsp.enable({ "emmet_language_server", -- npm install -g @olrtg/emmet-language-server "svelte", -- npm install -g svelte-language-server "astro", -- npm install -g @astrojs/language-server + -- https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/releases + -- extract from vsix file for your target platform + "cobol_ls", }) require("blink.cmp").setup({ |
