esensar/neovim-java

Implement new UI events of NVIM API v4

esensar opened this issue · 1 comments

Implement new UI events added in NVIM API v4. These UI events can be discovered using API Explorer from this project. All of this belongs to neovim-notifications module.

These new events are:

  • default_colors_set
  • option_set

More information regarding these events can be found through NVIM API or using API explorer from this project.

This is already implemented.