diff options
| author | Abouzar Parvan <[email protected]> | 2021-07-31 12:15:01 +0430 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-31 07:45:01 +0000 | 
| commit | 2db171eee417de8916237c053244d7a44deac5c1 (patch) | |
| tree | 9d8325cfa4a8e243ae27221bf5453e5dd6641ffb /lua/core | |
| parent | bb989e3593c441f607996e3b8b50e37e5032622e (diff) | |
fix luacheck issues (#1184)
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 | 
