Arch 2025 rice. Also contains a newly inspired neovim config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
247 B

return {
"L3MON4D3/LuaSnip",
-- follow latest release.
version = "v2.*",
build = "make install_jsregexp",
config = function()
require("luasnip.loaders.from_snipmate").lazy_load({
paths = "./lua/junikim/snippets"
})
end
}