From 6525b99eee5e8c4169e5f4e0c4414e71f18ce297 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sun, 7 Jun 2020 15:43:47 -0400 Subject: [PATCH] add pthfinder.vim --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) 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