mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-06-23 12:58:58 +02:00
Have snappier multi-window updates via focus events
- Fix multi-window presence - Update on FocusGained events - Add BufAdd handler and properly cancel on WinLeave
This commit is contained in:
parent
9c761d486b
commit
12d177985b
3 changed files with 142 additions and 34 deletions
lua/presence
|
@ -4,4 +4,5 @@ return {
|
|||
["NERD_tree_"] = "NERDTree",
|
||||
["[defx] default-"] = "Defx",
|
||||
["netrw"] = "Netrw",
|
||||
["TelescopePrompt"] = "Telescope"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue