commit b5f2c589e80fc48e2eea79d051d981ad304e288c
parent 9183ee6c0d168ac0847ecfcd84f40830ae430b9c
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 9 May 2024 23:04:22 -0400
wallust.toml: add vim colorscheme entry
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/wallust.toml b/wallust.toml
@@ -79,6 +79,10 @@ target = "~/.config/X11/Xresources"
template = "colors-kitty.conf"
target = "~/.config/kitty/colors-kitty.conf"
+[[entry]]
+template = "colors-wal.vim"
+target = "~/.config/nvim/colors/colors-wal.vim"
+
# REMINDER Variables and methods that can be used with templating:
# wallpaper: The full path to the current wallpaper.
# backend: Current **backend** being used.