Use fd for fzf if available
This commit is contained in:
5
vimrc
5
vimrc
@ -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
|
||||
|
Reference in New Issue
Block a user