Thanks for making this plugin! Seems really useful.
I ran into an issue launching neovim after installing nvim-snippets with lazy.nvim, because it looks like there is a dependency on nvim-cmphere, causing an issue if a user doesn't already have it installed.
Might be good to list nvim-cmp as a dependency if this is needed, somewhere in the README
Thanks for making this plugin! Seems really useful.
I ran into an issue launching
neovim
after installingnvim-snippets
withlazy.nvim
, because it looks like there is a dependency onnvim-cmp
here, causing an issue if a user doesn't already have it installed.Might be good to list
nvim-cmp
as a dependency if this is needed, somewhere in the README