add pthfinder.vim
This commit is contained in:
parent
a957efc8bb
commit
6525b99eee
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue