Files
.dotfiles/.config/nvim/lua/plugin/luasnip.lua
Quinn ba3289dd91 move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to
have something default, or default-adjasoned.
2025-12-26 11:37:01 +01:00

6 lines
89 B
Lua

return { {
'L3MON4D3/LuaSnip',
build = 'make install_jsregexp',
version = "v2.*",
} }