add pthfinder.vim

This commit is contained in:
Anthony Cicchetti 2020-06-07 15:43:47 -04:00
parent a957efc8bb
commit 6525b99eee

View file

@ -40,6 +40,11 @@ if has("persistent_undo")
endif
call plug#begin('~/.config/nvim/plugged')
if has('python3') && has('timers')
Plug 'AlphaMycelium/pathfinder.vim'
else
echoerr 'pathfinder.vim is not supported on this Vim installation'
endif
Plug 'junegunn/vim-plug'
"LSP Stuff