Lingjie
Lingjie
by delaying the initialization of `source`. fixes #29 The API remains unchanged.
AFAIK a lot of people use cmp-tmux as a dependency of cmp for convenience. As a result, `option` set during cmp setup won't effect the `source.config` which have already been...
### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...
This Pull Request closes #2619. It changes the following: - When opening the external editor on a commit message, use template from `git commit --verbose` which includes full diff of...
**Describe the solution you'd like** Opening the external editor is actually not done by `git commit` command, so we may need to manually put the diff into the created COMMIT_EDITMSG...