Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new UI events of NVIM API v6 #85

Closed
esensar opened this issue Sep 16, 2019 · 0 comments
Closed

Implement new UI events of NVIM API v6 #85

esensar opened this issue Sep 16, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers neovim-api
Milestone

Comments

@esensar
Copy link
Owner

esensar commented Sep 16, 2019

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.

@esensar esensar added enhancement New feature or request good first issue Good for newcomers neovim-api labels Sep 16, 2019
@esensar esensar changed the title Imlement new UI events of NVIM API v6 Implement new UI events of NVIM API v6 Sep 24, 2019
@esensar esensar added this to the 0.1.14 milestone Oct 7, 2019
@esensar esensar modified the milestones: 0.1.14, 0.1.15, 0.1.16 Mar 3, 2020
@esensar esensar closed this as completed Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers neovim-api
Projects
None yet
Development

No branches or pull requests

1 participant