Frederick Zhang

Results 59 issues of Frederick Zhang

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

Print out a tree, like [`cargo-tree`](https://crates.io/crates/cargo-tree) It may be better to have another intermediate struct so that trees, JSONs can be built based on it.

T: new feature
D: medium
C: cli / ux
P3: nice to have

Maybe we could publish some dummy crates so that some proper test cases can be written. And actually I am still a bit unsure about the behaviour of `cargo update`...

C: build chain / meta
P1: required to have

The logic in [`elaborate_workspace.rs`](https://github.com/kbknapp/cargo-outdated/blob/8daf1d8838a0409fe84d22c65c1772c5bc1d509d/src/cargo_ops/elaborate_workspace.rs#L47) is not feature-aware.

D: medium
C: dependencies
P1: required to have
T: bug

I have `cmdheight=2` as default and however nvim-dap-ui sets it to 1. I don't have this issue if I use nvim-dap without nvim-dap-ui. My nvim-dap/-ui config: ```vim " nvim-dap if...

bug

**OS**: Arch Linux (rolling) **What vim? (+ version)**: Neovim 0.7.2 **Reproduced in other variants of Vim?** (Optional): Yes. VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jun 28 2022...

bug

https://github.com/lighttiger2505/sqls Completion works using the suggested coc configuration, but it'll be even more awesome if we can have other features such as selecting database, executing SQLs, etc.

- [x] Please include the raw text output from git, so that we can reproduce the problem. (You can use `git --no-pager` to produce the raw text output.) - [x]...

I'm using `rls 1.41.0 (5fde462 2020-02-21)` with `coc-rls` in NeoVim. When searching symbols, rls sometimes returns compiler_builtins files which don't really exist. For instance: ``` $ rls --cli > symbol...

**Describe the bug** `b:vista_nearest_method_or_function` may not exist even with the autocmd mentioned in readme. **Environment:** - OS: Arch Linux - Vim/Neovim version: NeoVim v0.4.4 - This plugin version: db1b3800a79ffa82791d7333431b669f1a82480b -...