Results 368 comments of rayx

![image](https://github.com/NeogitOrg/neogit/assets/1681295/eaac3eb6-986e-4100-9fb9-b434a819f682) 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: ![image](https://user-images.githubusercontent.com/1681295/202127679-18092478-2e76-49fe-a4e0-83b7d8256c1e.png)

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 `:'