Skip to content

Commit

Permalink
fix: issue #482
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Mar 3, 2022
1 parent 8653754 commit 6d66300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/gitsigns.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion teal/gitsigns.tl
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ M.setup = void(function(cfg: Config)
if vim.v.vim_did_enter == 1 then
manager.setup_signs_and_highlights()
else
autocmd('VimEnter', {
nvim.autocmd('VimEnter', {
callback = wrap_func(manager.setup_signs_and_highlights),
once = true
})
Expand Down

0 comments on commit 6d66300

Please sign in to comment.