We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hi clear
1 parent d6245f0 commit ac5234fCopy full SHA for ac5234f
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Fixes
15
16
- fixed #175
17
+- removed `hi clear` command from loading colorscheme fixed #181
18
19
## [v0.0.5] - 03 May 2022
20
lua/github-theme/util.lua
@@ -156,7 +156,6 @@ util.load = function(hi)
156
util.colors_name = 'github_' .. theme_style
157
158
--Setting
159
- vim.cmd('hi clear')
160
if vim.fn.exists('syntax_on') then
161
vim.cmd('syntax reset')
162
end
0 commit comments