New comment by gbrlsnchs on void-packages repository https://github.com/void-linux/void-packages/pull/21733#issuecomment-625779289 Comment: > You don't have to copy vimfiles around, just add `/usr/share/vim/vimfiles` to your neovim runtimepath, so neovim can load plugins etc. from there, too. > `set rtp+=/usr/share/vim/vimfiles` > > > If I only use FZF without Vim, it'll create the files anyway... this way at least it's consistent. Also, Neovim reads `/usr/share/nvim/runtime` by default, so why add vimfiles to it? It has its own files. This is more a design issue with FZF... we have to install those files, what if I want to install Vim/Neovim after I have already installed FZF, I won't have the file instaled...