Alexander Courtis
|
8cc369695b
|
fix: replace vim.* "requires" with explicit calls to vim functions (#1701)
|
2022-11-06 10:37:33 +11:00 |
|
kylo252
|
6ca6f99e76
|
feat(notify): add notify.threshold (#1693)
* feat: configurable notification level
add `notify.threshold` to setup opts
* feat: configurable notification level: add threshold example doc
* feat: configurable notification level: log always comes last
Co-authored-by: Alexander Courtis <alex@courtis.org>
|
2022-11-01 10:24:40 +11:00 |
|
Alexander Courtis
|
ac8d259bad
|
fix(prompt): add select_prompts to suit UI decorator plugins such as dressing and telescope
|
2022-09-22 13:23:49 +10:00 |
|
kiyan
|
8dc2144e87
|
refactor: use vim.ui.input for y/n selections
also add clear_prompt again.
fixes #1441
|
2022-07-19 11:31:09 +02:00 |
|
kiyan
|
ba5c18dc2b
|
feat: add confirmation kind to select y/n
|
2022-07-18 14:38:32 +02:00 |
|
kiyan
|
7cffe14743
|
feat(trash): use vim.ui.select for confirmation
|
2022-07-18 14:25:52 +02:00 |
|
kiyan
|
21fadc1f38
|
chore: move nvim-tree.utils.warn -> notify.warn
add notify.error and notify.info
|
2022-07-18 13:46:11 +02:00 |
|
Kiyan
|
831f1158c3
|
refactor(actions): move actions into semantic modules (#1410)
|
2022-07-10 09:47:52 +02:00 |
|