Results 41 comments of LintaoAmons

Facing the same issue~

Sorry, I quite new to lsp stuff... How to trigger the codeaction like your picture?

I have add `go.nvim` and use `mason` to installed all options it provided that start with `go.*` But when I use `GoCodeAction` it told me that there's no `action` available?...

I don't know where I went wrong? I update the `go.nvim` plugin, and be able to use `GoCodeAction` command with selected range . But still `No code action available`... Don't...

Thx @qqldd, this is exactly what I want~ I made some changes to the karabiner config~ ```json { "title": "WezTerm switch option with cmd", "rules": [ { "description": "WezTerm Left...

> Remapping modifiers cross platform is potentially a bit gnarly, so I'm not eager to work on this. > > I would suggest looking at https://karabiner-elements.pqrs.org/ to remap globally; that's...

Thx for your hint, I actually can just map the `send key`. And I finally come up with something that seems working well. ```lua local wezterm = require("wezterm") local act...

@dinvlad [wezterm/.wezterm.lua](https://github.com/LintaoAmons/CoolStuffes/blob/1967480436dc3b9a35756b14cc52d51068245e9d/wezterm/.wezterm.lua#L57) Here's my up-to-date config, it working fine for me, and should be fine for you. If not maybe you should debug some other possible reason outside wezterm?

@dinvlad Yes, it's working both in tmux and vim(within or without tmux)~