added python snippets

This commit is contained in:
2024-04-17 17:27:21 -05:00
parent 461378fb26
commit 1264a64a55
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -442,6 +442,7 @@ end
function M.luasnip()
require("luasnip").filetype_extend("htmldjango", { "html" })
require("luasnip.loaders.from_snipmate").load()
end
return M