esensar/neovim-java

Implement new UI events of NVIM API v5

esensar opened this issue · 1 comments

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

These new events are:

  • grid_scroll
  • grid_line
  • grid_cursor_goto
  • grid_clear
  • grid_resize
  • hl_attr_define

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

Closed with #92