1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-27 21:47:46 +01:00

nvim: luasnip up to date

This commit is contained in:
tiyn 2024-10-13 07:28:12 +02:00
parent e2b6d06d97
commit 5fc8425b97

View File

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