commit b35c12dfce099d28053d88f6e747dfed1941d286 parent 6974bf2bd930154121ce9ab2bbbafec65e1fd7ce Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sat, 4 May 2024 23:19:16 -0400 autostart.lua: setup nvim-colorizer.lua Diffstat:
| M | lua/autostart.lua | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lua/autostart.lua b/lua/autostart.lua @@ -1,2 +1,3 @@ -- colorscheme require('pywal').setup() +require('colorizer').setup()