rmagatti / gx-extended.nvim

Extending the use of Neovim's `gx`
MIT License
31 stars 3 forks source link

feat: support nofile buffers #17

Closed mosheavni closed 11 months ago

mosheavni commented 11 months ago

On nofile buffers (like lazy window), there's no match for the file pattern because it's not a file. the pattern should match anything if it's .* Thanks.