diff --git a/fzf.spec b/fzf.spec index 45f3840..241eec5 100644 --- a/fzf.spec +++ b/fzf.spec @@ -43,7 +43,7 @@ Name: fzf Version: 0.16.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A command-line fuzzy finder written in Go License: MIT URL: https://%{provider_prefix} @@ -146,6 +146,8 @@ install -d %{buildroot}%{_datadir}/fzf # Install vim plugin install -d %{buildroot}%{_datadir}/vim/vimfiles/plugin install -Dpm0644 plugin/fzf.vim %{buildroot}%{_datadir}/vim/vimfiles/plugin/ +install -d %{buildroot}%{_datadir}/nvim/site/plugin +install -Dpm0644 plugin/fzf.vim %{buildroot}%{_datadir}/nvim/site/plugin/ # Install shell completion install -d %{buildroot}%{_sysconfdir}/bash_completion.d @@ -232,6 +234,8 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %{_datadir}/zsh/site-functions/fzf %dir %{_datadir}/vim/vimfiles/plugin %{_datadir}/vim/vimfiles/plugin/fzf.vim +%dir %{_datadir}/nvim/site/plugin +%{_datadir}/nvim/site/plugin/fzf.vim %{_sysconfdir}/bash_completion.d/fzf %if 0%{?with_devel} @@ -248,6 +252,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog +* Mon Sep 4 2017 Elliott Sales de Andrade 0.16.11-7 +- Install plugin for neovim also. + * Thu Aug 24 2017 Elliott Sales de Andrade 0.16.11-6 - Turn off source and unit testing packages.