Cai Rijun (Richard)

Results 3 comments of 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...