rayx
rayx
 I'm using windows powershell simplely printout `require("neogit.lib.git.cli").git_root()` and you should see the difference.
If anyone can verify the issue is gone under windows/powershell with latest version. Feel free to confirm so the issue can be closed. I do not own Windows laptop to...
Did some debug for cpp. Look to me a incorrect LSP response was sent from ccls/clangd ``` שׁ ...packer/opt/lsp_signature.nvim/lua/lsp_signature/init.lua:577 |1: delta |2: pd.print(" |3: pd.print(" |4: pd.print(" |5: { trigger...
Would be great if anyone can turn the logs by doing this: ``` debug = false, -- set to true to enable debug logging log_path = vim.fn.stdpath("cache") .. "/lsp_signature.log", --...
Hi, @Graborg, thanks for the log. I pushed a commit, could you try if the latest fixed the issue?
not every piece of go code has range codeaction But you should see something like this if code action available: 
If you enabled `lsp_keymaps`, the default mapping: ```lua buf_set_keymap('n', 'ca', "lua require('go.codeaction').run_code_action()", opts) buf_set_keymap('v', 'ca', "lua require('go.codeaction').run_range_code_action()", opts) ``` You can set mapping key of your own. Please check lsp.lua...
yes and no. As there are lots of methods provided by gopls. I did not map those. I can do that later. ATM, in UI menu, you can press 1~9...
In Visual mode you should see this: Please use `:'