From 1391ca7ff153636476bae6ffbf16aec076e2d191 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 27 Aug 2023 23:13:42 +0200 Subject: feat: switch from packer.nvim to lazy.nvim --- autoload/utils.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'autoload/utils.vim') diff --git a/autoload/utils.vim b/autoload/utils.vim index b09b55d..9b4bb90 100644 --- a/autoload/utils.vim +++ b/autoload/utils.vim @@ -141,9 +141,7 @@ function! utils#Inside_git_repo() abort if match(res, 'true') == -1 return v:false else - " Manually trigger a special user autocmd InGitRepo (to use it for - " lazyloading of fugitive by packer.nvim). - " See also https://github.com/wbthomason/packer.nvim/discussions/534. + " Manually trigger a special user autocmd InGitRepo (used lazyloading. doautocmd User InGitRepo return v:true endif -- cgit v1.2.3