## Description
- I was trying to go to the commit page from fugitive commit buffers
- but snacks.nvim doesn't support this (fugitive does) and so I wanted a
way to send the commit IDs to the gitbrowse function after parsing it
myself in my dotfiles
### changes
- added `commit` option to `gitbrowse` config to allow passing commit
hashes directly instead of only auto-detecting from cursor word or file
history
- only falls back to auto-detection when `commit` is not explicitly
provided
## Related Issue(s)
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
## Description
GitLab highlighting uses a different scheme for range of lines
fb2f3ce787/app/assets/javascripts/repository/mixins/highlight_mixin.js (L114)
## Related Issue(s)
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
## Description
Fix typo in snacks-picker docs. I've noticed the docs are
auto-generated, so I split my changes into 2 commits so I can drop the
change to the markdown file if preferred. Just let me know!
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
## Description
All plugins related to the mini.nvim project has been relocated to a
GitHub organization, as announced here:
https://github.com/nvim-mini/mini.nvim/discussions/1970
This commit updates all related URL:s in the documentation to refer to
the repositories for each plugin at the new organization.
## Related Issue(s)
N/A
## Screenshots
N/A
## Description
Added queries for Svelte as well, based on Vue.
Note that I am not sure if the current HTML queries, which both Vue and
this Svelt query inherits from, is working as intended.
I do not get any sort of inline images. But I guess that will have to be
debugged and fixed in another issue and the fix should not affect this
patch (hopefully).
## Related Issue(s)
Fixes#1275
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>