rmagatti / gx-extended.nvim

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

Add support for filetypes #19

Open reegnz opened 8 months ago

reegnz commented 8 months ago

Instead of just plain globbing and trying to figure out file types by glob patterns, utilize existing ftdetect functionality of neovim.

Fixes #14

reegnz commented 5 months ago

Moved on to gx.nvim, so I'll leave this for someone else to pick up.