Add back telescope

This commit is contained in:
2021-10-20 10:21:22 -05:00
parent cf3195bf23
commit 578f785262
3 changed files with 14 additions and 2 deletions

5
vimrc
View File

@ -88,6 +88,11 @@ if filereadable(expand("~/.config/nvim/gitsigns.vimrc"))
source ~/.config/nvim/gitsigns.vimrc
endif
" Telescope setup
if filereadable(expand("~/.config/nvim/telescope.vimrc"))
source ~/.config/nvim/telescope.vimrc
endif
" Lightline setup
if filereadable(expand("~/.config/nvim/lightline.vimrc"))
source ~/.config/nvim/lightline.vimrc