chrisgrieser / nvim-spider

Use the w, e, b motions like a spider. Move by subwords and skip insignificant punctuation.
MIT License
663 stars 13 forks source link

Feature Request: Update README for vim-plug users #51

Closed guru245 closed 1 week ago

guru245 commented 1 week ago

Feature Requested

The README describes Installation only for Lazy.nvim and packer users. I tried to use this plugin with vim-plug, but it's not working for inexplicable reasons. If README is revised, it would be very helpful for vim-plug users.

Relevant Screenshot

No response

Checklist

chrisgrieser commented 1 week ago

I never used vim-plug, so I am unfortunately not familiar with it. However, the plugin doesn't do anything special, so installation for vim-plug should be pretty much the same as any other plugin?

guru245 commented 1 week ago

Thanks for the prompt response. I will try to resolve this and make a PR. Thanks.

guru245 commented 1 week ago

I discovered that the issue with nvim-spider not working isn’t related to the vim-plug plugin manager. It seems that another setting in my environment is causing the problem, so feel free to close this task.

If you'd like to update the README for vim-plug users, you could simply add: Plug("chrisgrieser/nvim-spider") Or, if you prefer, I can submit a PR to make this update.

chrisgrieser commented 1 week ago

on mobile rn, so a PR would be welcome!