Skip to content

Commit

Permalink
(mini.pick) NEW MODULE: initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski committed Oct 12, 2023
1 parent ac1c302 commit fb82b78
Show file tree
Hide file tree
Showing 274 changed files with 17,073 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

- BREAKING: Stop supporting deprecated 'HiPhish/nvim-ts-rainbow2'.

## mini.pick

Introduction of a new module.


# Version 0.10.0

Expand Down
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,22 @@ Here is a list of all highlight groups defined inside 'mini.nvim' modules. See d
- 'mini.operators':
- `MiniOperatorsExchangeFrom`

- 'mini.pick':

- `MiniPickBorder`
- `MiniPickBorderBusy`
- `MiniPickBorderText`
- `MiniPickIconDirectory`
- `MiniPickIconFile`
- `MiniPickHeader`
- `MiniPickMatchCurrent`
- `MiniPickMatchMarked`
- `MiniPickMatchRanges`
- `MiniPickNormal`
- `MiniPickPreviewLine`
- `MiniPickPreviewRegion`
- `MiniPickPrompt`

- 'mini.starter':
- `MiniStarterCurrent`
- `MiniStarterFooter`
Expand Down
Loading

0 comments on commit fb82b78

Please sign in to comment.