Unable to install with neovim + vim-plug
Hi. Thanks for making this, its always really nice finding plugins that help with development.
Here's my setup:
- [email protected]
- vim-plug@ddce935b16fbaaf02ac96f9f238deb04d4d33a31
- pest.vim@ebeeea5e0757adee037135cf3b8248589b22ae16
I was trying to install this plugin with Plugged but ran into an issue where the syntax/pest.vim file wasn't being loaded in?
When running nvim -V9output.log didn't have any sourcing of this file which I thought was odd. But it did source the ftdetect/pest.vim file. This is what the log looks like:
line 149: sourcing "$HOME/.config/nvim/plugged/pest.vim/ftdetect/pest.vim"
finished sourcing $HOME/.config/nvim/plugged/pest.vim/ftdetect/pest.vim
But no syntax/pest.vim.
Do I need to do something additional or could this be a version mismatch?
Thanks for the help!
We will get this up to date and bring it under pest-ide-tools in the future :)
@Nate-Wilkins does this work for you: https://github.com/pest-parser/pest.vim/pull/8/files ?