There is a new pull request by mitinarseny against master on the void-packages repository https://github.com/mitinarseny/void-packages patch-2 https://github.com/void-linux/void-packages/pull/37795 fix(fzf): make neovim plugin optional #### Testing the changes - I tested the changes in this PR: **NO** Motivation: `fzf` package installs `fzf.vim` in `/usr/share/nvim/runtime/plugin/`, but not all people who use fzf, want to use it inside nvim, so it should be placed in `/usr/share/nvim/runtime/pack/fzf/opt/` to make it optional. Users can load this plugin in their `init.vim`: ```vim packadd fzf ``` A patch file from https://github.com/void-linux/void-packages/pull/37795.patch is attached