simrat39 / desktop-notify.nvim

Show desktop notifications for vim.notify calls
MIT License
57 stars 2 forks source link

Command already exists #6

Open dtomvan opened 2 years ago

dtomvan commented 2 years ago

Relevant code: https://github.com/simrat39/desktop-notify.nvim/blob/5519667934520468e2a9da3979055091b46dfeec/plugin/desktop_notify.vim#L1

Error:

E174: Command already exists: add ! to replace it: Notifications :lua require('desktop-notify').open_history()

This occurs when using something like rcarriga/nvim-notify, which defines a command with the same name.