Results 348 comments of rayx

I pushed a change the toggle key will not reset floating_windows setting.

Sure, thanks for the heads up. The setting should not be removed. I put them back. Part of the change made in https://github.com/ray-x/lsp_signature.nvim/pull/290 is caused by my poor documentation.

Do you have a minium config to reproduce this issue? I have been using lua and did not see this issue before.

What is the LSP you using for python? pyright?

I will give Jedi a try first. It's been a while since I've used Pyright.

Is it happened for all LSP you are using? or a specific LSP?

You can enable those: ``` debug = trhe, -- set to true to enable debug logging log_path = vim.fn.stdpath("cache") .. "/lsp_signature.log", -- log dir when debug is on -- default...

I got slightly different output: ``` go: bitbucket.org/bertimus9/[email protected]: invalid version: git ls-remote -q origin in /home/ray/go/pkg/mod/cache/vcs/18196d4b851acdc82074f1167e08ff0546099c3c93cfcb8a105b9956a1c0541f: exit status 128: [email protected]: Permission denied (publickey). fatal: Could not read from remote repository....

I think it relates to `triggerCharacters` of your LSP. What LSP you are using and what is the triggerCharacters setting?