Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 3, 2024
1 parent 7368e62 commit d83b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function M.setup(opts)
M.config = require("astrotheme.lib.config").user_config(opts)
M.config.plugins = util.get_plugin_list(M.config)

if opts.dev then util.live_reloading() end
if opts.dev then util.live_reload() end
end

return M

0 comments on commit d83b89c

Please sign in to comment.