summaryrefslogtreecommitdiff
path: root/lua/core/galaxyline.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-31 12:15:01 +0430
committerGitHub <[email protected]>2021-07-31 07:45:01 +0000
commit2db171eee417de8916237c053244d7a44deac5c1 (patch)
tree9d8325cfa4a8e243ae27221bf5453e5dd6641ffb /lua/core/galaxyline.lua
parentbb989e3593c441f607996e3b8b50e37e5032622e (diff)
fix luacheck issues (#1184)
Diffstat (limited to 'lua/core/galaxyline.lua')
-rw-r--r--lua/core/galaxyline.lua2
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