Daniel
Daniel
I've attempted to simply activate GNSS and retrieve location data as a simple test, yet even when i power and initialize A7670E it seems to never return `+CGNSSPWR: READY!` when...
By default all keymaps got the description `blink.cmp` for someone new to the keymaps (like me) it's very helpful to with a tool like Telescope be able to quickly look...
### Feature Description Currently the preset keymaps created by the plugin set the description `blink.cmp` for all mappings. This isn't very helpful, especially for someone new to the plugin (like...
This change replaces [`git2::Repository::discover()`](https://docs.rs/git2/latest/git2/struct.Repository.html#method.discover) with [`git2::Repository::open_from_env()`](https://docs.rs/git2/latest/git2/struct.Repository.html#method.open_from_env), which _seems_ to correctly respect the `GIT_CONFIG_SYSTEM` and `GIT_CONFIG_GLOBAL` environment variables. (and by extenstion OP's problem? _havent checked_) I haven’t done extensive testing, but...