Cai Rijun (Richard)
Cai Rijun (Richard)
I find this feature could be handy for cpp devs. We regularly need to touch `some_class.{h,cpp}` but currently two `fern-action-new-file`s are required. I made a quick and dirty workaround for...
Well, brace expansion in vim is not portable even in the Unix world. AFAIK it won't work on busybox. A portable solution might need a tedious vimscript implementation (which doesn't...
The [file status extension](https://clangd.llvm.org/extensions#file-status) in clangd does NOT use the [progress protocol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workDoneProgress), so it definitely won't work with fidget.nvim. What you guys see it "working" is the progress report from...
I try using `autocmd` to remove the notification, and it seems working fine so far: ```lua vim.api.nvim_create_autocmd("LspProgress", { pattern = "end", callback = function(ev) local token = ev.data.result.token local client_id...
Wezterm `20240707_002116_7f79dcc6` on opensuse tumbleweed, wezterm starts on wayland but `window:toggle_fullscreen()` has no effect, without any error log. `enable_wayland = false` does work correctly.