Use fd for fzf if available

This commit is contained in:
2021-08-09 11:58:16 -05:00
parent 8e488b12b3
commit 14633afba2
4 changed files with 26 additions and 5 deletions

5
vimrc
View File

@ -96,6 +96,11 @@ if filereadable(expand("~/.config/nvim/nerdtree.vimrc"))
source ~/.config/nvim/nerdtree.vimrc
endif
" Projections
if filereadable(expand("~/.config/nvim/projections.vimrc"))
source ~/.config/nvim/projections.vimrc
endif
" Telescope setup
if filereadable(expand("~/.config/nvim/telescope.vimrc"))
source ~/.config/nvim/telescope.vimrc