Wenxuan
Wenxuan
@praxanz Got it. I will fix it soon. Would you mind telling me your email so I can add you as a co-author? Although this commit may seem like a...
> I would strongly suggest to put the unit tests into this repo, so that we can update tests along with the code in a single PR. Updating tests should...
> The advantage would be to keep the main repo free of clutter. I expect that there would be quite a lot test files (all sort of files with special...
You can specify copy mode highlight like this: ```tmux set -gq mode-style "bg=white,fg=black" ``` Note that if you use tpm, you should to put it after tpm initialization. ```tmux ......
Hi @jasursadikov, now you can hide session info by adding this option: ```tmux set -g @tmux_power_show_session false ```
@melMass I use `.lazy.lua` and also encountered the same problem. Finally I found the following way works: ```lua -- /path/to/your/project/.lazy.lua return { "stevearc/conform.nvim", opts = { formatters_by_ft = { go...
Hi @dat58, thanks for your report, and sorry for the very late reply. I tried the snippet you described and cannot reproduce the error. Would be appreciated if you could...
@tony-sol @perrin4869 Thank you for letting me know about this change, and thank you for your contribution!
Hi @mdnava, `csview` supports streaming rendering. It only read and rendering the content on demand (just like the `less` pager). So you don't need to worry about the entire large...
> Thanks for the good idea @sandr01d. I would like to use this to start a discussion whether we should switch to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) instead. When I implemented the release...