Skip to content

Commit 79c6578

Browse files
committed
fzf: install vim-plugin to nvim/site
1 parent ba4d56e commit 79c6578

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/tools/misc/fzf/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ buildGoModule rec {
6666
installManPage man/man1/fzf.1 man/man1/fzf-tmux.1
6767
6868
install -D plugin/* -t $out/share/vim-plugins/${pname}/plugin
69+
mkdir -p $out/share/nvim
70+
ln -s $out/share/vim-plugins/${pname} $out/share/nvim/site
6971
7072
# Install shell integrations
7173
install -D shell/* -t $out/share/fzf/

0 commit comments

Comments
 (0)