From 50d3579d660005e751bd3ddba886b790b42e5ecb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 2 Apr 2026 18:04:55 +0200 Subject: [PATCH] Don't use the names here since they break the all-themes setup in omarchy-nvim --- themes/lumon/neovim.lua | 1 - themes/retro-82/neovim.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/themes/lumon/neovim.lua b/themes/lumon/neovim.lua index 0c6407c8..b364ffdb 100644 --- a/themes/lumon/neovim.lua +++ b/themes/lumon/neovim.lua @@ -1,7 +1,6 @@ return { { "omacom-io/lumon.nvim", - name = "lumon", priority = 1000, }, { diff --git a/themes/retro-82/neovim.lua b/themes/retro-82/neovim.lua index 871a218b..f824c8d2 100644 --- a/themes/retro-82/neovim.lua +++ b/themes/retro-82/neovim.lua @@ -1,7 +1,6 @@ return { { "OldJobobo/retro-82.nvim", - name = "retro-82", priority = 1000, }, {