From cafa0a1661395de8122946efbed8422fec16eec8 Mon Sep 17 00:00:00 2001 From: isaacST08 Date: Mon, 17 Feb 2025 17:33:24 -0700 Subject: [PATCH] Changed the new-file-template-nvim npin to the fork that adds escaping newline characters to support tex templates properly --- npins/sources.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index d6fb562f..8472bb77 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -1266,13 +1266,13 @@ "type": "Git", "repository": { "type": "GitHub", - "owner": "otavioschwanck", + "owner": "isaacST08", "repo": "new-file-template.nvim" }, - "branch": "main", - "revision": "6ac66669dbf2dc5cdee184a4fe76d22465ca67e8", - "url": "https://github.com/otavioschwanck/new-file-template.nvim/archive/6ac66669dbf2dc5cdee184a4fe76d22465ca67e8.tar.gz", - "hash": "0c7378c3w6bniclp666rq15c28akb0sjy58ayva0wpyin4k26hl3" + "branch": "master", + "revision": "dc3a58b1f490c86075c96670b9eb81370c2f2ca1", + "url": "https://github.com/isaacST08/new-file-template.nvim/archive/dc3a58b1f490c86075c96670b9eb81370c2f2ca1.tar.gz", + "hash": "0y6ip3k6bjaf32x1y1p6mmkwwdi71yvwr6klr26m252jrg8352pf" }, "noice-nvim": { "type": "Git", @@ -2068,4 +2068,4 @@ } }, "version": 3 -} \ No newline at end of file +}