aboutsummaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2025-12-01 09:47:05 +0000
committerTrey Bastian <hello@treybastian.com>2025-12-01 09:47:05 +0000
commitb06b5d3a7c44321221f812256eb0e2858b2ca974 (patch)
tree4998caf1a8ade7216372bf5c546ce427cea44187 /lua/config
parent94c63d03d9d163f839039cde707f89977e583534 (diff)
added cobol support
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/lsp.lua3
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({