We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7368e62 commit d83b89cCopy full SHA for d83b89c
lua/astrotheme/init.lua
@@ -43,7 +43,7 @@ function M.setup(opts)
43
M.config = require("astrotheme.lib.config").user_config(opts)
44
M.config.plugins = util.get_plugin_list(M.config)
45
46
- if opts.dev then util.live_reloading() end
+ if opts.dev then util.live_reload() end
47
end
48
49
return M
0 commit comments