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

  1. return {
  2. "L3MON4D3/LuaSnip",
  3. -- follow latest release.
  4. version = "v2.*",
  5. build = "make install_jsregexp",
  6. config = function()
  7. require("luasnip.loaders.from_snipmate").lazy_load({
  8. paths = "./lua/junikim/snippets"
  9. })
  10. end
  11. }