diff options
| author | 2026-03-27 14:13:00 +0300 | |
|---|---|---|
| committer | 2026-03-27 14:13:00 +0300 | |
| commit | 3009f160980a3856a54ca387d8c714c35fd94d49 (patch) | |
| tree | d0be23b6bd4e270b0ac33e6047ce808a6ad6da77 /config/nvim/lua/theme/modifiers.lua | |
| parent | Added minimap nvim, dap configs, conf syntax(WIP) (diff) | |
| download | dotfiles-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.lua | 16 |
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 |
