gbrlsnchs / telescope-lsp-handlers.nvim

MIT License
87 stars 9 forks source link

Fix 'must be called with valid offset encoding' #9

Closed geodimm closed 1 year ago

geodimm commented 1 year ago

Pass the the LSP client offset_encoding when calling LSP methods

gbrlsnchs commented 1 year ago

It's a little hard to track the changes here due to tab replacement. There's an editorconfig file to help with that. :grimacing:

Would you mind formatting the file according? Or, as I intend to archive this repository, if you desire to maintain a fork of it, please let me know and I'll point to it accordingly in the README.

georgijd-form3 commented 1 year ago

Hi, thank you for looking at this!

I have fixed the indentation issue (which I'm sorry about, I'm using stylua to format which I've configured differently). I haven't considered maintaining the plugin but it's something I am willing to do, especially since I use it every day :)

gbrlsnchs commented 1 year ago

OK, it's merged. Thank you for helping out with this!