Tex templates were broken in the current version of the new-file-templates.nvim dependency so created fork to fix it and redirected flake url there

This commit is contained in:
isaacST08 2025-01-21 20:42:05 -07:00
commit cd05271393

View file

@ -736,7 +736,7 @@
plugin-new-file-template-nvim = { plugin-new-file-template-nvim = {
# (required by new-file-template.nvim) # (required by new-file-template.nvim)
url = "github:otavioschwanck/new-file-template.nvim"; url = "github:isaacST08/new-file-template.nvim";
flake = false; flake = false;
}; };