neovim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 738705cf31fb9094d9717af2deeb4eb82e8663cf
parent 5c4ac530a52fa22951a08771d23d14fc92eeccbc
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu,  9 May 2024 23:23:31 -0400

autostart.lua: reinstall pywal

Diffstat:
Mlua/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()