Frederick Zhang

Results 190 comments of Frederick Zhang

@letheed 1. But if there are dependencies which you can upgrade, even if you have no ***direct*** influence, wouldn't you still like to run `cargo update`? 2. `-R` has been...

@letheed I guess for library developers, they could be more interested in the manifest file, as the lock file is usually excluded from the repository; but others could be interested...

Is it really a `cargo outdated`-specific issue? I deem if `cargo` runs normally then things won't go wrong with `cargo outdated`. I tested a private repo on my own and...

But, I mean... Does `cargo` builtins work normally? Is it `cargo-outdated`-specific? For instance, does `cargo update` work normally? I have a Macbook but I never use KeyChain to manage these...

Related: it'd be nice if files are opened in 'previous window' (the window selected by `wincmd p`) instead the first main window. Right now for example, if I `Ctrl-W S`...

Thanks for all the details! Personally I've only encountered this issue when there are popup menus so may I know how you feel about tackling this case by case? For...

Understood. Thanks again for the explanation. Btw you mentioned 'I got used to ctrl-n and ctrl-y', was this talking about assigning them to e.g. `g:AutoPairsCRKey`?

Oh TIL Ctrl-y confirms current pum selection. That's indeed better!

> a mapping for going up in the list That's Ctrl-p I believe. n = next, p = previous :D > there's even more keybinds for interacting with the popup...

Just noticed that there is also https://github.com/joe-re/sql-language-server. So if anyone decides to do the heavy lifting, perhaps compare these two first.