diff options
Diffstat (limited to 'lua/core')
-rw-r--r-- | lua/core/galaxyline.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/core/galaxyline.lua b/lua/core/galaxyline.lua index 2aae0242..63cffcf9 100644 --- a/lua/core/galaxyline.lua +++ b/lua/core/galaxyline.lua @@ -6,8 +6,6 @@ if not status_ok then return end -local utils = require "utils" - -- NOTE: if someone defines colors but doesn't have them then this will break local palette_status_ok, colors = pcall(require, lvim.colorscheme .. ".palette") if not palette_status_ok then |