Valery Cherepanov

Results 4 comments of Valery Cherepanov

I think ``` is_below_py39 = False if sys.version_info.major < 3 and sys.version_info.minor < 9: is_below_py39 = True ``` Should be moved inside `json_loads`. Maybe `import sys` too. Also, maybe encoding...

I also have this issue and I can confirm that it works only if "view in your space" is tapped before the model has finished loading which is sometimes tricky...

I don't see any new entries in :LspLog when I do `open_split()`. Seems like it just doesn't communicate with the server for some reason. Also, I am not quite sure...

Oh, I think I figured it out, I just need to do `vim.lsp.buf.hover()` manually. I assumed that it will run automatically, not sure if it was the intention. Feel free...