Skip to content

Commit

Permalink
chore: clean up linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 11, 2023
1 parent ecadf87 commit 1bb3dd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/plugins/which-key.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local function callback(opts)
local function callback()
return {
WhichKey = { fg = C.ui.cyan },
WhichKeyFloat = { link = "NormalFloat" },
Expand Down
6 changes: 0 additions & 6 deletions lua/astrotheme/lib/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ function M.live_reloading(opts)
end
end

function M.set_overide(opts)
if opts.overide then
-- opts
end
end

function M.set_terminal_colors()
vim.g.terminal_color_0 = C.term.black
vim.g.terminal_color_8 = C.term.bright_black
Expand Down

0 comments on commit 1bb3dd9

Please sign in to comment.