Skip to content

Commit

Permalink
removed hi clear command from loading colorscheme fixed #181
Browse files Browse the repository at this point in the history
This command clear all highlights which are not provided in this
colorscheme. DevIcons group is an example. check #181 for more
information.
  • Loading branch information
ful1e5 committed May 16, 2022
1 parent d6245f0 commit ac5234f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes

- fixed #175
- removed `hi clear` command from loading colorscheme fixed #181

## [v0.0.5] - 03 May 2022

Expand Down
1 change: 0 additions & 1 deletion lua/github-theme/util.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ util.load = function(hi)
util.colors_name = 'github_' .. theme_style

--Setting
vim.cmd('hi clear')
if vim.fn.exists('syntax_on') then
vim.cmd('syntax reset')
end
Expand Down

0 comments on commit ac5234f

Please sign in to comment.