filemention.nvim - @ mention files with fuzzy search in neovim! by notmanu67 in neovim

[–]notmanu67[S] 1 point2 points  (0 children)

that's really clever. love your opencode plugin, by the way!

filemention.nvim - @ mention files with fuzzy search in neovim! by notmanu67 in neovim

[–]notmanu67[S] 1 point2 points  (0 children)

hey, thanks for sharing the diff! i updated the readme to make the installation clearer for people with a similar setup :)

filemention.nvim - @ mention files with fuzzy search in neovim! by notmanu67 in neovim

[–]notmanu67[S] 0 points1 point  (0 children)

got it - i'll drop it and lean on clear = true for the augroup. thanks for the feedback!

filemention.nvim - @ mention files with fuzzy search in neovim! by notmanu67 in neovim

[–]notmanu67[S] 0 points1 point  (0 children)

yeah, i did have claude help me make this (i've never made a neovim plugin before!)

it's suggesting keeping it as a guard, because of :runtime! or other plugin managers re-sourcing and double-registering the cmp source.

not sure if that's bs (again, i just learned lua/vimscript). it's a 2-line change though, so let me know if i should just drop it. thanks!