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 914b5fc
Show file tree
Hide file tree
Showing 275 changed files with 17,178 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Here are code snippets for some common installation methods:
| mini.move | Move any selection in any direction | [README](readmes/mini-move.md) | [Help file](doc/mini-move.txt) |
| mini.operators | Text edit operators | [README](readmes/mini-operators.md) | [Help file](doc/mini-operators.txt) |
| mini.pairs | Autopairs | [README](readmes/mini-pairs.md) | [Help file](doc/mini-pairs.txt) |
| mini.pick | Pick anything | [README](readmes/mini-pick.md) | [Help file](doc/mini-pick.txt) |
| mini.sessions | Session management | [README](readmes/mini-sessions.md) | [Help file](doc/mini-sessions.txt) |
| mini.splitjoin | Split and join arguments | [README](readmes/mini-splitjoin.md) | [Help file](doc/mini-splitjoin.txt) |
| mini.starter | Start screen | [README](readmes/mini-starter.md) | [Help file](doc/mini-starter.txt) |
Expand Down Expand Up @@ -141,7 +142,6 @@ This is the list of modules I currently intend to implement eventually (as my fr
- 'mini.git' - utilities for more convenient work with Git. Actual scope is to be defined.
- 'mini.keymap' - utilities to make non-trivial mappings (like [max397574/better-escape.nvim](https://github.com/max397574/better-escape.nvim) and dot-repeatable mappings).
- 'mini.notify' - minimal UI to show Neovim notifications (like coming from LSP server, etc.).
- 'mini.pick' - fuzzy picker. A very simplified version of [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim).
- 'mini.places' - persistent track of common places per working directory. Something like [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon).
- 'mini.snippets' - work with snippets. Something like [L3MON4D3/LuaSnip](https://github.com/L3MON4D3/LuaSnip) but only with more straightforward functionality.
- 'mini.statuscolumn' - customizable 'statuscolumn'.
Expand Down
Loading

0 comments on commit 914b5fc

Please sign in to comment.