Jason Zheng

Results 8 comments of Jason Zheng

@kevin61416 Good point! I wrote a simple demo (#2721), which introduces a new `_fzf_find_dir` function to handle both **completion with prefix** and **ALT-C Key Binding** simply without breaking compatibility. This...

Yes, I usually use `` fzf completions. However, I want to increase the rank of the recently developed branches, or reduce the rank of the outdated branches that has entered...

Hi @psliwka, Thanks for workaround. IMHO, the problem may be because vim-smoothie does not consider the folded lines. Perhaps It can use `foldclosedend()` to calculate end line of folds.

I have wrote a next/prev-function function for C; however it cannot works in C++ or Java, which may need LSP/AST-support to parse syntax (e.g., namespace, class, sub-class, macro-expanded function): ```vim...

Yes, I know LSP doesn’t provide AST, I mean this feature need LSP **or** AST support 😅 IMHO, LSP provides **outline** feature, so maybe this feature can based on it...

Dear maintainers @chemzqm @fannheyward, I discovered that vim-matchup has these two commands: ```vim :NoMatchParen Disable matching after the plugin was loaded. :DoMatchParen Enable matching again. ``` The issue can be...

> @JS-Zheng there's `CompleteStop` autocmd, does it work for your case? I only discovered the following coc autocmds in Vim: ``` CocLocationsChange, CocNvimInit, CocStatusChange, CocDiagnosticChange, CocJumpPlaceholder, CocOpenFloat, CocOpenFloatPrompt & CocTerminalOpen...

Of course! I'm sorry, I missed this notification. I apologize for the late response. 🥲 Here is my .zshrc ```sh # ============================================================================== # Zinit [[[ # ============================================================================== export ZINIT_HOME="$OPT_DIR/zinit" source...