From b06b5d3a7c44321221f812256eb0e2858b2ca974 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Mon, 1 Dec 2025 09:47:05 +0000 Subject: added cobol support --- lua/config/lsp.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/config/lsp.lua') 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({ -- cgit v1.2.3