Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
1 parent dc04228 commit 7cd42cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/edgy-group.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ API *edgy-group.nvim-usage-api*
open group with offset relative to the current group.
- **require(‘edgy-group’).open_group_index(position, index)**
open group with index relative to the current position.
- **require(‘edgy-group’).open_groups_by_key(key, toggle?)**
open one or multiple groups with this key, with an optional toggle option.
- **require(‘edgy-group’).open_groups_by_key(key, opts?)**
open one or multiple groups with this key, with optional table {position, toggle}.
- **require(‘edgy-group.stl’).get_statusline(position)**
get a list of string in statusline format for each group icons with optional
highlight and click support.
Expand Down

0 comments on commit 7cd42cf

Please sign in to comment.