Skip to content

Commit

Permalink
project update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvirtin committed Dec 22, 2021
1 parent 776d748 commit 5eee0e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/vgit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,11 @@ M.setup = function(config)
)
)
M._buf_attach()
vim.cmd('echohl WarningMsg')
vim.cmd(
'echo "[VGit] Breaking changes will be introduced in an upcoming update. Please checkout issue #159 for more details."'
)
vim.cmd('echohl NONE')
end

return M

0 comments on commit 5eee0e7

Please sign in to comment.