Lingjie

Results 9 comments of Lingjie

I recently came across the problem of garbage printout with p10k like https://github.com/romkatv/powerlevel10k/issues/1251. Removing `COLUMNS=500` fixed this for me. I wonder if there would be any side effects?

Same for me. ### My config: ``` zinit wait lucid depth=3 as"completion" blockf from"gh-r" light-mode for \ mv"ripgrep* -> ripgrep" cp"ripgrep/comp*/_rg -> _rg" sbin"ripgrep/rg" \ atclone"rm -rf ripgrep/comp*" atpull'%atclone' \...

I reproduced this on neovim 0.10.x. I have to switch to bit101/bufkill.

> Nice! I haven't had a chance to check this out yet, but looks promising! > > I'll get back to you this weekend friendly ping 👀

Thank you for your prompt attention to my issue. In `lua/cmp_tmux/source.lua`, ```lua local config = require('cmp.config') ``` requires `cmp.setup` to be called or you won't get anything valuable. However, people...

Actually I have found a workaround for this issue by not using `option` provided by your plugin: 1. using ` { name = "tmux", keyword_length = 2, trigger_characters = {}...

@MIDE-589 @QinZhaoXue 我提交了 pr 修复,两位可以在我的 fork 上验证一下。 不知作者@Johnshall 是否还活跃。

Same here, also with WSL2+WT