Skip to content

Commit 061169e

Browse files
committed
Add autocmd to call plugin fn to config section
1 parent c520cb9 commit 061169e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ let g:outdated_plugins_silent_mode = 1
2626
2727
" Trigger :PlugUpdate as needed
2828
let g:outdated_plugins_trigger_mode = 1
29+
30+
autocmd VimEnter * call CheckOutdatedPlugins()
2931
```
3032

3133
## Screenshots

0 commit comments

Comments
 (0)