desktop-notify.nvim icon indicating copy to clipboard operation
desktop-notify.nvim copied to clipboard

Command already exists

Open dtomvan opened this issue 3 years ago • 0 comments

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.

dtomvan avatar Sep 09 '22 19:09 dtomvan