esensar/neovim-java

Implement new UI events of NVIM API v6

esensar opened this issue · 0 comments

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

These new events are:

  • hl_group_set
  • grid_destroy
  • win_pos
  • win_float_pos
  • win_external_pos
  • win_hide
  • win_close
  • msg_set_pos
  • msg_show
  • msg_clear
  • msg_showcmd
  • msg_showmode
  • msg_ruler
  • msg_history_show

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