added colorizer

This commit is contained in:
mace on endeavour
2023-08-25 13:49:01 +02:00
parent a5ba01bde9
commit 2b326ff2db
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
-- import colorizer plugin safely
local setup, colorizer = pcall(require, "colorizer")
if not setup then
return
end
-- configure/enable colorizer
colorizer.setup()