neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

Add setting to silence formatters #255

Open ghost opened 4 years ago

ghost commented 4 years ago

Similarly to cos-prettier's prettier.disableSuccessMessage I would like to see option to disable black's [coc.nvim] Formatted with black success message.

Setting coc.preferences.messageLevel to error is not desirable as it silences number of wanted messages.

Is that something that could be added?