Skip to content

Commit

Permalink
fix :Alpha command
Browse files Browse the repository at this point in the history
  • Loading branch information
goolord committed Feb 7, 2023
1 parent d5fdeb2 commit 5150909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/alpha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ function alpha.setup(config)
config.opts = vim.tbl_extend("keep", if_nil(config.opts, {}), { autostart = true })

vim.api.nvim_create_user_command("Alpha", function(_)
alpha.start(false)
alpha.start(false, config)
end, {
bang = true,
desc = 'require"alpha".start(false)',
Expand Down

0 comments on commit 5150909

Please sign in to comment.