Krzysztof Cieśla
|
07f59e7450
|
fix(#1539): Fix closing nvim-tree float when file is removed (#1546)
* Fix closing nvim-tree float when file is removed
* Revert changes for non-float
Co-authored-by: Krzysztof Cieśla <krzysztof.marcin.ciesla@cern.ch>
|
2022-08-30 08:47:13 +10:00 |
|
Carlos Castillo
|
b314b3a699
|
fix(#1500): focusing directories with a trailing slash in their path doesn't work (#1501)
|
2022-08-14 15:00:04 +10:00 |
|
kiyan
|
e632ac7c81
|
fix(create-file): when node is nil, create the file at root
fixes #1467
|
2022-07-27 09:33:01 +02:00 |
|
John Fred Fadrigalan
|
d927e89aa9
|
refactor(actions): remove linefeed on info messages. (#1450)
|
2022-07-22 10:10:58 +02: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
|
1018a83e10
|
fix(create-file): pass file in parameter
|
2022-07-18 14:34:10 +02:00 |
|
kiyan
|
1ee6a3ea65
|
feat(create-file): use vim.ui.select for confirmation
fixes #1434
fixes #1294
|
2022-07-18 14:32:19 +02:00 |
|
kiyan
|
2d629cab78
|
feat(remove-file): use vim.ui.select
|
2022-07-18 14:28:08 +02:00 |
|
kiyan
|
7cffe14743
|
feat(trash): use vim.ui.select for confirmation
|
2022-07-18 14:25:52 +02:00 |
|
kiyan
|
69aec67edb
|
feat(copy-paste): use vim.ui from prompting
|
2022-07-18 14:17:25 +02:00 |
|
kiyan
|
18447132fc
|
feat(notify): switch all print/nvim_*write statements to utils.notify
|
2022-07-18 14:04:48 +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
|
26512c369f
|
feat(marks): add bulk move action (#1419)
|
2022-07-17 08:25:11 +02:00 |
|
kiyan
|
078a9e5bf9
|
chore: move focus_file to utils
|
2022-07-11 16:55:33 +02:00 |
|
kiyan
|
0fa2ec1950
|
fix(actions): create file should defer more to focus
|
2022-07-11 09:49:10 +02:00 |
|
Kiyan
|
831f1158c3
|
refactor(actions): move actions into semantic modules (#1410)
|
2022-07-10 09:47:52 +02:00 |
|