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

fix: return nvim-notify notification record from vim.notify #133

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

dmmulroy
Copy link
Contributor

@dmmulroy dmmulroy commented Apr 25, 2023

This change is needed to support users of EcoVim who are integrating with tsc.nvim. tsc.nvim takes advantage of the fact that nvim-notify returns a record that can be used to updated existing notifications.

This change updates the over vim.notify override to return the notification record from nvim-notify

See dmmulroy/tsc.nvim#2 for further discussion.

@ecosse3 ecosse3 self-requested a review April 25, 2023 12:49
@ecosse3 ecosse3 changed the base branch from master to dev April 25, 2023 12:49
@ecosse3 ecosse3 changed the title Return nvim-notify notification record from vim.notify fix: return nvim-notify notification record from vim.notify Apr 25, 2023
@ecosse3 ecosse3 merged commit f35c525 into ecosse3:dev Apr 25, 2023
@ecosse3
Copy link
Owner

ecosse3 commented Apr 25, 2023

@dmmulroy Thank you for your contribution! I will add tsc.nvim plugin soon and release it 😄

msp-treesense pushed a commit to msp-treesense/nvim that referenced this pull request May 17, 2023
)

* return nvim-notify notification record
* revert luarc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants