From 5f76ba2ecd5d27d2a923cc8b2fe4e957f06f3446 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:14:12 -0500 Subject: [PATCH] feat: use published version of theme --- lazy-lock.json | 1 + lua/plugins/themes.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lazy-lock.json b/lazy-lock.json index 33f33ea..22e3da6 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -11,6 +11,7 @@ "friendly-snippets": { "branch": "main", "commit": "6cd7280adead7f586db6fccbd15d2cac7e2188b9" }, "github-theme": { "branch": "main", "commit": "c106c9472154d6b2c74b74565616b877ae8ed31d" }, "indent-blankline.nvim": { "branch": "master", "commit": "d28a3f70721c79e3c5f6693057ae929f3d9c0a03" }, + "lavender-dimmed": { "branch": "main", "commit": "a9d19660daa5a1710649b6f4467bccce981a41f3" }, "lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" }, "lazygit.nvim": { "branch": "main", "commit": "a04ad0dbc725134edbee3a5eea29290976695357" }, "lualine.nvim": { "branch": "master", "commit": "221ce6b2d999187044529f49da6554a92f740a96" }, diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 3f14147..97938d9 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -1,6 +1,6 @@ return { { - dir = "C:/Users/sfree/Repositories/lavender-dimmed.nvim", + "StevanFreeborn/lavender-dimmed.nvim", name = "lavender-dimmed", lazy = false, priority = 1000,