soulis-1256 / eagle.nvim

Show diagnostics and lsp info inside a custom window, following the mouse position
Apache License 2.0
232 stars 5 forks source link

fix: do not export an internal function #5

Closed delphinus closed 10 months ago

delphinus commented 10 months ago

Plugins should not export funcs to global if unnecessary.

soulis-1256 commented 10 months ago

I was aware of this but it wasn't my priority. Thanks for saving a bit of my time.