Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fzf: install fzf.vim to Neovim plugin directory #21733

Merged
merged 1 commit into from Sep 23, 2020

Commits on Sep 21, 2020

  1. fzf: install fzf.vim to Neovim plugin directory

    For Vim users, FZF works out of the box, but Neovim users have to
    manually copy /usr/share/vim/vimfiles/plugin/fzf.vim to the proper
    Neovim equivalent.
    
    fzf: move completion functionality to correct path
    
    `shell/completion.bash` is not argument completion, it's a completion
    functionality for FZF (integration with `kill`, etc). Like the one for
    ZSH, it should go to `/usr/share/doc/fzf`.
    gbrlsnchs committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    71932df View commit details
    Browse the repository at this point in the history