diff --git a/bundle/nvim-plug/README.md b/bundle/nvim-plug/README.md index 1858d1b69..4884a6b73 100644 --- a/bundle/nvim-plug/README.md +++ b/bundle/nvim-plug/README.md @@ -29,6 +29,10 @@ require('plug').add({ require('flygrep').setup() end, }, + { + 'D:/wsdjeg/winbar.nvim', + events = { 'VimEnter' }, + }, }) ```