Coc.nvim: Autoupdate: not windows, but command line

Created on 13 Jul 2020  路  5Comments  路  Source: neoclide/coc.nvim

Is your feature request related to a problem? Please describe.

From some recent versions autoupdate of plugin appears in a vertically-splitted window. But this is annoying for me. Previously autoupdate status messages were printed on the command line.

Describe the solution you'd like

Can we have the previous behavior back? Or is there any way to configure it? I cannot find anything in the documentation.

Describe alternatives you've considered

N/A

Additional context
Add any other context or screenshots about the feature request here.

All 5 comments

No, the split window could gives you more information, you can use vim +CocUpdateSync +qa to upgrade extensions in your shell.

I am sorry, but I disagree. Because autoupgrade happens at the startup of vim (daily), vim +CocUpdateSync +qa doesn't help this situation much unless one completely disable the autoupdate.

The vertical column consumes too much space, this is pretty distracting. Why not horizontal split below with few lines, for example? I think this should be ideally configurable. Could you leave this issue open?

Autoupdates are not being applied by default anymore, you have to enable it explicitly.

@wookayin I totally agree with you

@chemzqm atleast horizontal split will be great as many have small screen (especially me #2183 ) atleast an option to configure it for horizontal split (the status or command line indication is far better look p.s.)

@oblitum I think making auto update off by default doesn't solve this issue

p.s. an average user doesn't want to know the npm command that coc.nvim uses and the location of the extension atleast in my point of view

they just need installed or not installed
if not :messages to check the error message

well vim-plug is different it displays download and so on from the beginning if need so many information why to use :CocInstall instead of managing them in the vim-plug

forgive me if I am wrong or rude,
I am just a guy who express his positive thoughts

awesome project 馃憣

It's easy to add options, we could try to use statusline and floating window for extension update in the feature.
When using vim-plug you have to build the code and it would takes much more disk space.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lanox picture lanox  路  3Comments

skylite21 picture skylite21  路  3Comments

chemzqm picture chemzqm  路  3Comments

FrankLA0203 picture FrankLA0203  路  3Comments

hackingcat picture hackingcat  路  3Comments