Skip to content

Commit

Permalink
Merge pull request #29 from vuki656/develop
Browse files Browse the repository at this point in the history
fix: autostart
  • Loading branch information
vuki656 committed Aug 8, 2021
2 parents fad3c6d + 75e0e0a commit 1c72493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/package-info/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ M.register_auto_start = function()
vim.api.nvim_exec(
[[augroup PackageUI
autocmd!
autocmd BufWinEnter,WinNew * lua require("package-info").display()
autocmd BufWinEnter,WinNew * lua require("package-info").show()
augroup end]],
false
)
Expand Down

0 comments on commit 1c72493

Please sign in to comment.