Add luasnip snippets

This commit is contained in:
2024-07-15 20:02:21 +02:00
parent 2b6c3f7b8b
commit bfe7abf420
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
return {
{
"L3MON4D3/LuaSnip",
dependencies = { "rafamadriz/friendly-snippets" },
version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
-- install jsregexp (optional!).
build = "make install_jsregexp",
config = function ()
require("luasnip.loaders.from_vscode").lazy_load()
end
}
}