From c490ee24f422a3403050d19c1696089a19758fa2 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 14 Jan 2026 22:27:07 -0500 Subject: [PATCH] matugen: fix nvim ID in skipTemplates --- quickshell/Common/Theme.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Common/Theme.qml b/quickshell/Common/Theme.qml index 58a509b7..75d05469 100644 --- a/quickshell/Common/Theme.qml +++ b/quickshell/Common/Theme.qml @@ -904,7 +904,7 @@ Singleton { if (typeof SettingsData !== "undefined") { const skipTemplates = []; if (!SettingsData.runDmsMatugenTemplates) { - skipTemplates.push("gtk", "neovim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "zenbrowser", "vesktop", "equibop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode"); + skipTemplates.push("gtk", "nvim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "zenbrowser", "vesktop", "equibop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode"); } else { if (!SettingsData.matugenTemplateGtk) skipTemplates.push("gtk");