Skip to content

Commit

Permalink
fixed #177
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Apr 9, 2022
1 parent 04f5456 commit 825dc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed #163
- fixed #165
- lualine docs updated (fixed #167)
- fixed #177

## [v0.0.4] - 11 Jan 2022

Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/autocmds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ autocmds.viml_cmds = function(config, colors_name)
autocmds.colors_name = colors_name
vim.cmd(string.format('augroup %s ', autocmds.colors_name))
vim.cmd('autocmd!')
vim.cmd('autocmd ColorScheme * lua require("github-theme.autocmd").on_colorscheme()')
vim.cmd('autocmd ColorScheme * lua require("github-theme.autocmds").on_colorscheme()')
if config.dev then
vim.cmd(string.format('autocmd BufWritePost */lua/github-theme/** nested colorscheme %s', autocmds.colors_name))
end
Expand Down

0 comments on commit 825dc0b

Please sign in to comment.