You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 theftdetect/pest.vim
file. This is what the log looks like:But no
syntax/pest.vim
.Do I need to do something additional or could this be a version mismatch?
Thanks for the help!
The text was updated successfully, but these errors were encountered: