rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.72k stars 49 forks source link

Supports FocusGained/FocusLost events. #115

Closed cohama closed 2 years ago

cohama commented 2 years ago

Chainging window focus does not trigger FucusGained and FocusLost events.

These events are supported in other neovim gui such as nvim-qt.

rohit-px2 commented 2 years ago

Added, thanks!

cohama commented 2 years ago

I confirmed. It works! Thanks