From 3009f160980a3856a54ca387d8c714c35fd94d49 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 27 Mar 2026 14:13:00 +0300 Subject: new version --- config/nvim/lua/theme/modifiers.lua | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/nvim/lua/theme/modifiers.lua (limited to 'config/nvim/lua/theme/modifiers.lua') diff --git a/config/nvim/lua/theme/modifiers.lua b/config/nvim/lua/theme/modifiers.lua deleted file mode 100644 index 5f5b853..0000000 --- a/config/nvim/lua/theme/modifiers.lua +++ /dev/null @@ -1,16 +0,0 @@ -local mods = { - - bold = {"bold", "bold"}, - italic = {"italic", "italic"}, - underline = {"underline", "underline"}, - underdouble = {"underdouble", "underdouble"}, - underdoted = {"underdoted", "underdoted"}, - underdashed = {"underdashed", "underdashed"}, - undercurl = {"undercurl", "undercurl"}, - reverse = {"reverse", "reverse"}, - standout = {"standout", "standout"}, - altfont = {"altfont", "altfont"}, - strikethrough = {"strikethrough", "strikethrough"}, - none = {"NONE", "NONE"} -} -return mods -- cgit v1.2.3