-
Notifications
You must be signed in to change notification settings - Fork 16
plugin/* not loaded when nvim {file}
#33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
epheien
pushed a commit
to epheien/pckr.nvim
that referenced
this issue
Jul 26, 2024
epheien
pushed a commit
to epheien/pckr.nvim
that referenced
this issue
Jul 26, 2024
epheien
pushed a commit
to epheien/pckr.nvim
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 3, 2024
lewis6991
added a commit
that referenced
this issue
Dec 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvim --version
: 0.10git --version
: 2.24.3Steps to reproduce
$ mkdir plugin1/plugin -p
$ echo 'echomsg "helloworld"' > plugin1/plugin/x.vim
$ mv plugin1 pckr/opt/ # move to where pckr opt dir (local plugin seems not work)
$ touch a.go
$ nvim a.go
:mes
Actual behaviour
no message
Expected behaviour
one messsage:
helloworld
pckr files
Plugin specification file(s)
The text was updated successfully, but these errors were encountered: