Skip to content

Commit 5004b1b

Browse files
authored
docs(clipboard): move "clipboard" before highlight group (#282)
1 parent 7df8cb9 commit 5004b1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PRs are welcomed for other git host websites!
4242
- [String Template](#string-template)
4343
- [Lua Function](#lua-function)
4444
- [Create Your Own Router](#create-your-own-router)
45-
- [Highlight Group](#highlight-group)
4645
- [Alternative Clipboard](#alternative-clipboard)
46+
- [Highlight Group](#highlight-group)
4747
- [Development](#development)
4848
- [Contribute](#contribute)
4949

@@ -629,12 +629,6 @@ GitLink file_only
629629
GitLink! file_only
630630
```
631631

632-
### Highlight Group
633-
634-
| Highlight Group | Default Group | Description |
635-
| -------------------------------- | ------------- | ------------------------------------ |
636-
| NvimGitLinkerHighlightTextObject | Search | highlight line ranges when copy/open |
637-
638632
### Alternative Clipboard
639633

640634
You can define your own clipboard function during setup.
@@ -654,6 +648,12 @@ require('gitlinker').setup({
654648
})
655649
```
656650

651+
### Highlight Group
652+
653+
| Highlight Group | Default Group | Description |
654+
| -------------------------------- | ------------- | ------------------------------------ |
655+
| NvimGitLinkerHighlightTextObject | Search | highlight line ranges when copy/open |
656+
657657
## Development
658658

659659
To develop the project and make PR, please setup with:

0 commit comments

Comments
 (0)