Khang
Khang
version: 2.0.0-alpha.29 expected: if `projectLink` key isn't specified, clicking on github icon will go to the link provided in the `github` key. what's happening now: ```js // theme.config.js export default...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
### Initial checklist - [X] I read the [support docs](https://github.com/remarkjs/.github/blob/main/support.md) - [X] I read the [contributing guide](https://github.com/remarkjs/.github/blob/main/contributing.md) - [X] I agree to follow the [code of conduct](https://github.com/remarkjs/.github/blob/main/code-of-conduct.md) - [X] I...
Here's a minimal example: ```swift // main.swift class A { let v: Int init() { self.v = 0 } } ``` ```js // .swiftformat --self init-only ``` With these two...