rmagatti / goto-preview

A small Neovim plugin for previewing definitions using floating windows.
Apache License 2.0
835 stars 27 forks source link

Fix warning with locations_to_items #63

Closed joshuarubin closed 2 years ago

joshuarubin commented 2 years ago

Without this change, I get this warning: locations_to_items must be called with valid offset encoding It's probably not safe to assume utf-8 all the time, so if you have a better way to derive the encoding, that should probably be used instead.