Skip to content

Commit

Permalink
Fixed #241
Browse files Browse the repository at this point in the history
Pass empty options for setting default configuration.
  • Loading branch information
ful1e5 committed Apr 13, 2023
1 parent a5f6d56 commit 4bed06e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Issues Fix

- #238 fixed
- #241 fixed

## [v0.0.7] - 16 January 2023

Expand Down
2 changes: 1 addition & 1 deletion colors/github_dark.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lua << EOF

-- require("github-theme.config").set_theme('github_dark')
require("github-theme.config").set_theme('github_dark')
require("github-theme").load()
EOF
1 change: 1 addition & 0 deletions lua/github-theme/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ end

M.setup = function(opts)
did_setup = true
opts = opts or {}

-- TODO: Remove this condition when migration
-- from old config to 'opts.options' has been DONE.
Expand Down

0 comments on commit 4bed06e

Please sign in to comment.