From 7430ebed8eab0364452a6cdcaa209f8a7288e44d Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 8 May 2025 18:18:34 -0500 Subject: kitchen sink now don't support any version lower than 0.11.0 for lsp - dap now works for java and c --- lua/conf/plugins/luasnip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf/plugins/luasnip.lua') diff --git a/lua/conf/plugins/luasnip.lua b/lua/conf/plugins/luasnip.lua index e5d2a0b..6a04ffd 100644 --- a/lua/conf/plugins/luasnip.lua +++ b/lua/conf/plugins/luasnip.lua @@ -2,7 +2,7 @@ local misc = require("core.misc") local map = misc.map return { "L3MON4D3/LuaSnip", - branch = "v2.3.0", + branch = "v2.4.0", disable = not vim.fn.has("nvim-0.7.0"), config = function() vim.cmd("make install_jsregexp") -- cgit v1.2.1