chrishrb / gx.nvim

Implementation of gx without the need of netrw
Apache License 2.0
186 stars 19 forks source link

Plugin pattern should also match in vimscript files #10

Closed donbex closed 1 year ago

donbex commented 1 year ago

There are neovim users, such as myself, who are still relying on non-lua plugin managers such as vim-plug. It would therefore be appreciated if the plugin name pattern was also matched in vimscript files instead of just lua files.

chrishrb commented 1 year ago

Thanks! This should work now as expected in vimscript files 👍