1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

nvim: updated luasnip to current branch

This commit is contained in:
2024-10-13 07:40:02 +02:00
parent 4b0d01690a
commit c728195147
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ return {
config = function()
require("luasnip.loaders.from_snipmate").lazy_load()
end,
version = "v2.*",
build = "make install_jsregexp",
dependencies = { 'saadparwaiz1/cmp_luasnip' }
},