Refactor neovim config #2

Merged
FunctionalHacker merged 40 commits from nvim-lua into master 2021-08-08 07:33:26 -05:00
Showing only changes of commit 904e37539e - Show all commits

View file

@ -24,10 +24,10 @@ rip() {
# make fzf zsh plugin use ripgrep # make fzf zsh plugin use ripgrep
_fzf_compgen_dir() { _fzf_compgen_dir() {
rg --hidden --files --null --sort path "$1" 2>/dev/null | xargs -0 dirname | uniq fd -Ht d
} }
_fzf_compgen_path() { _fzf_compgen_path() {
rg --files --hidden "$1" 2>/dev/null fd -Ht f
} }
# search and install packages with fzf # search and install packages with fzf