Skip to content

Commit 79aa87b

Browse files
claydugogithub-actions[bot]
authored andcommitted
auto generate vimdoc
1 parent df6cde3 commit 79aa87b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

doc/browsher.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository.
2727

2828
- **Open files in the browser**Quickly open the current file in your remote Git repository’s web interface.
2929
- **Line and Range Support**Supports opening specific lines or ranges, including multiline selections from visual mode.
30-
- **Customizable providers**Support for GitHub, GitLab, and the ability to specify custom git web interfaces.
30+
- **Customizable providers**Support for GitHub, GitLab, Sourcehut, and the ability to specify custom git web interfaces.
3131
- **Custom open commands**Specify custom commands to open URLs (e.g., use a specific browser).
3232

3333

@@ -109,6 +109,11 @@ DEFAULT OPTIONS
109109
single_line_format = "#L%d",
110110
multi_line_format = "#L%d-%d",
111111
},
112+
["sr.ht"] = {
113+
url_template = "%s/tree/%s/item/%s",
114+
single_line_format = "#L%d",
115+
multi_line_format = "#L%d",
116+
},
112117
},
113118
})
114119
<

0 commit comments

Comments
 (0)