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

Use vim.notify to display notifications #111

Closed
theHamsta opened this issue Feb 18, 2021 · 3 comments · Fixed by #280
Closed

Use vim.notify to display notifications #111

theHamsta opened this issue Feb 18, 2021 · 3 comments · Fixed by #280

Comments

@theHamsta
Copy link
Contributor

theHamsta commented Feb 18, 2021

We could use vim.notify to display notifications (neovim/neovim#13843) to enable the user to handle different notification levels (info/warning/error) in their preferred format.

I can add this feature when I have some time for some mechanical search and replace work.

@theHamsta theHamsta changed the title Use vim.notify Use vim.notify to display notifications Feb 18, 2021
@mfussenegger
Copy link
Owner

Sounds good to me.

Anything in particular you'd replace? The print statements?
I think the logging stuff would be too verbose and should be kept as is?

@theHamsta
Copy link
Contributor Author

The print statements.

I think the logging stuff would be too verbose and should be kept as is?

I agree.

@Shatur
Copy link
Contributor

Shatur commented Aug 23, 2021

Opened #280!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants