Mini Notify
#1957
Replies: 1 comment
-
okay the error is in the chair, all that was missing was: vim.notify = MiniNotify.make_notify() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Module(s)
mini.notify
Question
what am i doing wrong here, i am using lazy.nvim as a package manager and want to use mini notify :) I have done this and it works for LSP info but whenever i do something like :lua vim.notify('error', vim.log.levels.ERROR) it is showing in the command panel still and not as a notification, I am sure I have set something up wrong here. I was hoping to use this as a wrapper for all notifications.
Thanks in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions