thisisrandy
thisisrandy
I'm not familiar with lightline-bufferline, but I believe the problem can be reduced to the following: If there is a single open window in addition to NERDTree and multiple buffers...
Oh, I also added a new option g:outdated_plugins_trigger_mode to trigger :PlugUpdate as needed
Thanks for your reply, @semanser. I've added you as a collaborator on my fork, so you should have push access now. I developed the python bit using 3.6.8, so I...
Actually, I take that back. The `subprocess` API changed in python 3, and it seems the `run` method, which I used, was introduced in 3.5. So 3.5 is the minimum...
@kopach @pyriand3r Does semanser/vim-outdated-plugins/pull/15 fix the issue for you?
Would you mind posting your plug list exactly as it appears in your vimrc/init.vim? On Mon, Oct 14, 2019 at 5:24 AM pyriand3r wrote: > Hi, tested it with the...
Actually, I had a look at the init.vim in your dotfiles repo (assume that’s what you use), and I’m surprised this didn’t fix for you, since you also use coc.nvim...
@pyriand3r, I tried using your init.vim, and I get "All plugins up-to-date" when I change vim-outdated-plugins over to my branch. To be completely clear, you need to change `Plug 'semanser/vim-outdated-plugins'`...
Great! Hopefully @semanser responds to this PR at some point so we can both point back to the main repo, but for now, please continue to use my fork. On...
By the way, if it’s useful to you, I added g:outdated_plugins_trigger_mode, which you can set to a truthy value to trigger :PlugUpdate whenever any plugins are behind. I find auto-update...