Jason Zheng
Jason Zheng
# Background Our team has a large project, which has multiple branches located in different paths (has the same directory structures), for example: - /branch_a/device/driver/ - /branch_b/device/driver/ - /branch_c/device/driver/ Therefore,...
- respecting a new env `$AUTOJUMP_DARWIN_XDG`: If `$XDG_DATA_HOME` is set, use it as the autojump's data home; else if the OS is macOS and `$AUTOJUMP_DARWIN_XDG` is false, use `~/Library` (for...
vim-smoothie version: b440f13 vim version: 8.2.4700 As mentioned in the title, when I use the scrolling commands (e.g., ``, `zt`) to cross the continuous folding, the cursor will be stuck....
## Description After nightfox has been [rewritten](https://github.com/EdenEast/nightfox.nvim/pull/77), support for [lightline.vim](https://github.com/itchyny/lightline.vim) in Vim is broken; however, the support in NeoVim works well. ```vim :messages lightline.vim: Could not load colorscheme nightfox. ```...
**Is your feature request related to a problem? Please describe.** I'm always frustrated on object (e.g., function, method, class) movements in Vim, Vim has `]]`, `[[`,..., `]m` mappings; however it's...
### What happened? When using the zinit plugins command, it should list both loaded and unloaded plugins. However, I've noticed that all **_local** prefixed plugins that are loaded are displayed...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 4.5.11 ### Describe your...