From 014d8575acdd19ecef4ecb12fc82a2e21794b548 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 22 Aug 2021 21:56:06 -0500 Subject: [PATCH] fix #4 --- lua/catppuccino/core/cs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccino/core/cs.lua b/lua/catppuccino/core/cs.lua index be5596b..2605af6 100644 --- a/lua/catppuccino/core/cs.lua +++ b/lua/catppuccino/core/cs.lua @@ -11,7 +11,7 @@ function M.set_remaps(val) end function M.get_color_scheme(cs) - local remaps = M.get_remaps() + local remaps = M.get_remaps() or {} local good, color_scheme = pcall(require, "catppuccino.color_schemes." .. cs) if not good then