Skip to content

Commit

Permalink
Revert "fix: clear highlights before applying theme"
Browse files Browse the repository at this point in the history
This reverts commit dc7c6dc, which may
have caused plugin highlight related issues, as mentioned in #223 and #224.
I've identified that reverting this commit resolves these issues.
  • Loading branch information
ful1e5 committed Jan 5, 2023
1 parent 5fda963 commit 602d38a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/github-theme/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ init.setup = function(user_config)
end

-- Load colorscheme
vim.cmd([[hi clear]]) -- necessary to clear highlight from previous theme, otherwise it will be layered on top of the new one
util.load(theme.setup(config.schema))
end

Expand Down

0 comments on commit 602d38a

Please sign in to comment.