diff --git a/vim/vimrc b/vim/vimrc index a8224c7..6602cc6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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