Deterministically "Sticky" Notifications for build/debug status. #284
-
Is there a way to make only the build success/failure, attaching to debugger, and debug attach failed notifications sticky using fidget, etc? I am aware I could make all notifications sticky, but i'd prefer things to be a bit more granular. The use case:
I think this use case might be common enough to warrant enhancements at the plugin level? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I'm showing the last status on lualine, similarly to what Xcode does: See: https://github.com/wojciech-kulik/xcodebuild.nvim/wiki/Integrations#-lualine If you would like to handle it in some custom way, you can always use the global variable |
Beta Was this translation helpful? Give feedback.
Hi, I'm showing the last status on lualine, similarly to what Xcode does:
See: https://github.com/wojciech-kulik/xcodebuild.nvim/wiki/Integrations#-lualine
If you would like to handle it in some custom way, you can always use the global variable
vim.g.xcodebuild_last_status
or subscribe to events: https://github.com/wojciech-kulik/xcodebuild.nvim/wiki/Configuration#-auto-commands