Fidget integration (notifications) #23
Closed
wojciech-kulik
announced in
Tips & Tricks
Replies: 1 comment
-
Moved to Wiki |
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
-
I implemented integration within fidget.nvim that makes sure the plugin avoids the Test Explorer buffer.
Below you can find a sample configuration that intercepts xcodebuild.nvim events and sends them to fidget.nvim.
Plugin configuration
xcodebuild.nvim
setup options:top of the file with xcodebuild.nvim plugin:
Demo:
demo.mov
Tip
Key messages like build/test finished are published as notifications, so if you miss one, you can check out
:Fidget history
.Beta Was this translation helpful? Give feedback.
All reactions