barbar.nvim
barbar.nvim copied to clipboard
Show notifications at most every 4 days
As discussed in #406, we should store the last notification date in our saved state to avoid annoying users.
Noting that the 'shada' option may help here:
*shada-!*
! When included, save and restore global variables that start
with an uppercase letter, and don't contain a lowercase
letter. Thus "KEEPTHIS and "K_L_M" are stored, but "KeepThis"
and "_K_L_M" are not. Nested List and Dict items may not be
read back correctly, you end up with an empty item.