Replies: 1 comment
-
Sorry, my bad. I should had some typo or something before, therefore it was not changing the client_format. Now it is working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering how to slightly change the format of the client messages.
As mentioned in the docs, with the default
client_format
, it looks like this[null-ls] ⣷ formatting isort (100%) - done, formatting black (50%)
. I would like it to look like this though⣷ [null-ls] formatting isort (100%) - done, formatting black (50%)
(i.e., spinner first.I changed the client_format function to this, but it still shows the default:
This is my current config using lazy.vim
Thanks in advance for pointing me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions