aboutsummaryrefslogtreecommitdiff
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
parent94c63d03d9d163f839039cde707f89977e583534 (diff)
added cobol support
-rw-r--r--lua/config/lsp.lua3
-rw-r--r--nvim-pack-lock.json26
2 files changed, 22 insertions, 7 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({
diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json
index e6027d6..b624ffa 100644
--- a/nvim-pack-lock.json
+++ b/nvim-pack-lock.json
@@ -1,12 +1,12 @@
{
"plugins": {
"blink.cmp": {
- "rev": "327fff9",
+ "rev": "b19413d214068f316c78978b08264ed1c41830ec",
"src": "https://github.com/saghen/blink.cmp",
"version": ">=0.0.0"
},
"conform.nvim": {
- "rev": "26c02e1",
+ "rev": "4993e07fac6679d0a5005aa7499e0bad2bd39f19",
"src": "https://github.com/stevearc/conform.nvim"
},
"friendly-snippets": {
@@ -17,8 +17,13 @@
"rev": "7a2c97c",
"src": "https://github.com/windwp/nvim-autopairs"
},
+ "nvim-jack-in": {
+ "rev": "85120eb606ea2c8bfbce2d9c759656eeee443915",
+ "src": "https://tangled.org/treybastian.com/nvim-jack-in"
+ },
"nvim-lspconfig": {
- "rev": "a89bfcf"
+ "rev": "30a2b191bccf541ce1797946324c9329e90ec448",
+ "src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-surround": {
"rev": "fcfa7e0",
@@ -29,7 +34,7 @@
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"nvim-treesitter-context": {
- "rev": "ec308c7",
+ "rev": "660861b1849256398f70450afdf93908d28dc945",
"src": "https://github.com/nvim-treesitter/nvim-treesitter-context"
},
"nvim-treesitter-endwise": {
@@ -44,19 +49,26 @@
"rev": "b9fd522",
"src": "https://github.com/nvim-lua/plenary.nvim"
},
+ "qfutil.nvim": {
+ "rev": "15637d02d09d5e435d9e34b7f14332f9c54c70f8",
+ "src": "https://github.com/neurosnap/qfutil.nvim"
+ },
"rainbow-delimiters.nvim": {
- "rev": "b6b3c9e",
+ "rev": "8aafe2cbd89cd4090f573a98cab6b20366576fde",
"src": "https://github.com/HiPhish/rainbow-delimiters.nvim"
},
"telescope.nvim": {
- "rev": "b4da76b",
+ "rev": "1f8a534a320dca8d73f6de58c2e8eea4dd4ced89",
"src": "https://github.com/nvim-telescope/telescope.nvim"
},
"vim-eunuch": {
"rev": "e86bb79",
"src": "https://github.com/tpope/vim-eunuch"
},
- "vim-fugitive": [],
+ "vim-fugitive": {
+ "rev": "61b51c09b7c9ce04e821f6cf76ea4f6f903e3cf4",
+ "src": "https://github.com/tpope/vim-fugitive"
+ },
"vim-heritage": {
"rev": "574baeb",
"src": "https://github.com/jessarcher/vim-heritage"