Wenxuan

Results 51 comments of Wenxuan

@carlfriedrich Would you mind if I add a commit to this pr?

@carlfriedrich Still crashes: I'm using [zsh-defer](https://github.com/romkatv/zsh-defer) to load most of the plugins including `forgit` in my `zshrc`. Maybe the plugin is not ready when calling `forgit::diff`?

Hi @carlfriedrich Thanks for your effort for this PR. Now I can jump into the `forgit::diff`. https://user-images.githubusercontent.com/6105425/179879898-04420b87-7613-4033-afc4-03c92f1559f1.mp4 However there still some issues. 1. When hit `enter` the following message appears...

@Aloxaf Don't known why but seems I can't use tab to iterate through items like zsh builtin does when `fzf` not showed. ``` ❯ vim [cursor here] file_a file_b file_c...

@Aloxaf This workaround works for file completions but not for command option completions: ``` ❯ kubectl rollout status [cursor here, tab not work] daemonset deployment statefulset ```

Is there any progress?

@adga137 How did you install `code-minimap`? And can you execute `code-minimap` in your terminal after installed?

Hi @pickfire Thanks for your suggestion. I have considered these features. But these features are very closely integrated with the IDE or editor. I think it's better and easier to...

Sorry @cocodrino I can't repro this problem. As for workaround you can install it using `cargo`: ```sh cargo install --locked code-minimap ```

@ondohotola What is the rust version on your os? ``` rustc --version ```