commit f34694136aad7b1945cc7edc6fa350d66669970d parent eb102e5b5d14d6bcf6dae796daafea2c93c19aef Author: mrgrouse <bdmfegys@duck.com> Date: Thu, 9 May 2024 22:52:18 -0400 autostart.lua: disable pywal on startup Diffstat:
| M | lua/autostart.lua | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua/autostart.lua b/lua/autostart.lua @@ -1,3 +1,3 @@ -- colorscheme -require('pywal').setup() +--require('pywal').setup() require('colorizer').setup()