Added Latex snippets

This commit is contained in:
afonsofrancof 2022-10-14 15:14:23 +01:00
parent 0920366c9d
commit b9c54ea4b8
5 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,8 @@
return {
["L3MON4D3/LuaSnip"] = {
config = function()
require("plugins.configs.others").luasnip()
require("luasnip.loaders.from_vscode").lazy_load({ paths = vim.g.luasnippets_path })
end
}
}