neovim

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

commit 569689f1ce048f400e64ae3e6d062b9760d46db8
parent d63bfe74e3192cc79503133196358fcbe5b6b6c0
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Tue, 30 Apr 2024 17:26:46 -0400

autostart.lua: simplify pywal config

Diffstat:
Mlua/autostart.lua | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lua/autostart.lua b/lua/autostart.lua @@ -1,3 +1,2 @@ -- colorscheme -local pywal = require('pywal') -pywal.setup() +require('pywal').setup()