1
0
Fork 0
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:
Andrew Kwon 2021-05-31 17:44:31 -07:00
parent 9c761d486b
commit 12d177985b
3 changed files with 142 additions and 34 deletions
lua/presence

View file

@ -4,4 +4,5 @@ return {
["NERD_tree_"] = "NERDTree",
["[defx] default-"] = "Defx",
["netrw"] = "Netrw",
["TelescopePrompt"] = "Telescope"
}