You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My workflow sees me have a tmux session for each repository I work in. Of course each tmux session has a Neovim instance open.
I like to show the amount of updates available via Lazy in my statusline (using Heirline for those interested):
If I run
require("lazy").update()
then it will quite neatly hide lazy in my statusline. However...only for the current Neovim instance.Curious to pick the brains of other lazy users as to how I could solve this. Wondering if SHADA and global variables could be an option?
Beta Was this translation helpful? Give feedback.
All reactions