pest-parser / pest.vim

Vim syntax highlighting for pest PEG grammar files.
MIT License
33 stars 8 forks source link

Unable to install with neovim + vim-plug #6

Open Nate-Wilkins opened 1 year ago

Nate-Wilkins commented 1 year ago

Hi. Thanks for making this, its always really nice finding plugins that help with development.

Here's my setup:

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!

Jamalam360 commented 1 year ago

We will get this up to date and bring it under pest-ide-tools in the future :)

tomtau commented 1 year ago

@Nate-Wilkins does this work for you: https://github.com/pest-parser/pest.vim/pull/8/files ?