summaryrefslogtreecommitdiff
path: root/config/nvim/lua/theme/modifiers.lua
diff options
context:
space:
mode:
author2026-03-27 14:13:00 +0300
committer2026-03-27 14:13:00 +0300
commit3009f160980a3856a54ca387d8c714c35fd94d49 (patch)
treed0be23b6bd4e270b0ac33e6047ce808a6ad6da77 /config/nvim/lua/theme/modifiers.lua
parentAdded minimap nvim, dap configs, conf syntax(WIP) (diff)
downloaddotfiles-3009f160980a3856a54ca387d8c714c35fd94d49.tar.gz
dotfiles-3009f160980a3856a54ca387d8c714c35fd94d49.tar.bz2
dotfiles-3009f160980a3856a54ca387d8c714c35fd94d49.tar.xz
dotfiles-3009f160980a3856a54ca387d8c714c35fd94d49.zip
new version
Diffstat (limited to 'config/nvim/lua/theme/modifiers.lua')
-rw-r--r--config/nvim/lua/theme/modifiers.lua16
1 files changed, 0 insertions, 16 deletions
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