Alexander Courtis
|
3aeb59b075
|
doc: setup call is only allowed once
|
2022-06-04 12:37:02 +10:00 |
|
Kiyan
|
2002b21be7
|
feat(resize): add ability to grow and shrink the tree when drawing (#1293)
Will adapt the view size based on the longest line.
fixes #865
|
2022-05-31 09:05:00 +02:00 |
|
Alexander Courtis
|
8198fa01fc
|
doc: default mappings
|
2022-05-30 12:53:28 +10:00 |
|
emmanueltouzery
|
3806653d75
|
new option: close windows displaying removed files (#1300)
|
2022-05-29 11:23:01 +02:00 |
|
Kiyan
|
3a95c5a9cf
|
feat(actions): expand all under folder (#1292)
|
2022-05-29 11:15:32 +02:00 |
|
Alexander Courtis
|
e482bad61c
|
doc: tidy spacing and consistency
|
2022-05-28 15:45:41 +10:00 |
|
Alexander Courtis
|
3ba383d591
|
chore/remove globals (#1279)
* remove renderer globals: nvim_tree_add_trailing nvim_tree_highlight_opened_files nvim_tree_root_folder_modifier nvim_tree_special_files
* remove renderer globals: nvim_tree_icon_padding
* remove renderer globals: nvim_tree_symlink_arrow
* remove renderer globals: nvim_tree_show_icons, nvim_tree_show_icons
* remove renderer globals: nvim_tree_git_hl
* remove renderer globals: nvim_tree_group_empty
* remove renderer globals: respect_buf_cwd
* remove renderer globals: nvim_tree_create_in_closed_folder
* remove globals: consistency in legacy checks
* remove renderer globals: nvim_tree_special_files
* renderer.icons.symbols -> glyphs
|
2022-05-28 11:08:40 +10:00 |
|
Taxo Rubio
|
b2ba6dea71
|
feat: optional path argument for NvimTreeToggle and NvimTreeFindFileToggle (#1276)
|
2022-05-21 13:31:14 +02:00 |
|
kiyan
|
17d5bd64e8
|
chore(config): auto resize the tree by default when opening a file.
config.open_file.auto_resize is now true by default.
Breaking change for default configurations.
See https://github.com/kyazdani42/nvim-tree.lua/issues/1275#issuecomment-1133515999
|
2022-05-21 11:27:49 +02:00 |
|
Michael
|
9563a11ce0
|
feat: reload explorer on buf enter (#1265)
|
2022-05-17 10:04:08 +02:00 |
|
Kiyan
|
6343813a35
|
feat(live-filter): add ability to live filter out nodes in the tree (#1056)
|
2022-05-17 10:03:49 +02:00 |
|
muro3r
|
aefa66c04d
|
feat: extension sorter (#1181) (#1264)
|
2022-05-14 10:54:01 +02:00 |
|
Kiyan
|
f8312cd06f
|
feat(renderer): add ability to set git icons in signcolumn (#1242)
|
2022-05-14 09:54:27 +02:00 |
|
Kiyan
|
47732b6dbf
|
chore(doc): improve help by allowing accessing nested options (#1246)
|
2022-05-09 08:59:09 +02:00 |
|
Kiyan
|
a1600e57f2
|
feat(renderer): allow placing git icons after filename (#1203)
This feature allows placing git icons after the filename.
|
2022-05-07 14:05:51 +02:00 |
|
Alexander Courtis
|
d54fc28045
|
1221 handle deprecated vert split (#1225)
|
2022-05-07 11:20:58 +02:00 |
|
Alexander Courtis
|
483f1550d1
|
Revert "fix: replace vertsplit highlights (#1142) (#1219)" (#1223)
This reverts commit 86d573dad7.
|
2022-05-01 17:03:44 +10:00 |
|
siduck
|
86d573dad7
|
fix: replace vertsplit highlights (#1142) (#1219)
|
2022-04-30 17:47:29 +02:00 |
|
Vincent Law
|
fd2332a33f
|
feat: case sensitive sorter (#1198)
|
2022-04-28 10:43:58 +10:00 |
|
Kiyan
|
3ac443207f
|
#1166 validate config (#1195)
|
2022-04-26 21:11:24 +02:00 |
|
kiyan
|
09a47aed8d
|
Revert "#1166 validate user's options (#1177)"
This reverts commit 5bbd3a0a91.
|
2022-04-24 14:41:48 +02:00 |
|
kiyan
|
2c46464226
|
chore: add more sensible defaults for icons
adds a symlink and default icon by default
fixes #1192
|
2022-04-24 11:29:03 +02:00 |
|
Alexander Courtis
|
5bbd3a0a91
|
#1166 validate user's options (#1177)
|
2022-04-24 11:17:05 +02:00 |
|
Alexander Courtis
|
bf467a7cf4
|
#1169 document event payloads (#1187)
|
2022-04-24 11:15:08 +02:00 |
|
Alexander Courtis
|
2c71ffcc0d
|
add actions.change_dir.restrict_above_cwd (#1171)
|
2022-04-23 10:45:23 +02:00 |
|
Alexander Courtis
|
cdbc210d92
|
#1172 add renderer.icons.webdev_colors default true (#1175)
|
2022-04-18 15:45:14 +02:00 |
|
Harry Prior
|
cff5a106b2
|
feat - add open and close tree events (#1151)
|
2022-04-18 15:41:21 +02:00 |
|
Alexander Courtis
|
ff6ef58b03
|
#1146 clarify filters.exclude and toggle actions (#1168)
|
2022-04-18 15:40:15 +02:00 |
|
Alexander Courtis
|
7629d4d106
|
#1091 diagnostics logging (#1170)
|
2022-04-18 15:39:51 +02:00 |
|
Alexander Courtis
|
84993e9e9f
|
Remove unnecessary packer .config - it will clobber user options! See #1094
|
2022-04-16 11:27:29 +10:00 |
|
Alexander Courtis
|
d5e4f0655b
|
add view.indent_markers (#1134)
|
2022-04-10 15:40:29 +02:00 |
|
Lò [By The Way]
|
83fe370d52
|
Added actions.opts.use_sys_clipboard, [issue: 789 ] (#1141)
|
2022-04-10 15:39:36 +02:00 |
|
Matthew Steedman
|
924aa29092
|
feat: add hl_group for file icons (#1131)
|
2022-04-04 09:33:11 +02:00 |
|
Alexander Courtis
|
6368880968
|
add open_on_setup_file option (#1133)
|
2022-04-03 14:31:40 +02:00 |
|
Alexander Courtis
|
00fd8aefe0
|
feat: filters.custom can specify regex (#1112)
|
2022-04-02 13:03:57 +02:00 |
|
kiyan
|
524758a207
|
chore: remove auto close
also fix emmylua errors in log.lua file
fixes #1005
fixes #871
|
2022-03-27 12:13:24 +02:00 |
|
Alexander Courtis
|
ba121f0244
|
document performance issues and add to bug report template (#1111)
|
2022-03-27 11:52:51 +02:00 |
|
Alexander Courtis
|
591b64873f
|
update doc g:nvim_tree_icons to match defaults
|
2022-03-27 15:19:31 +11:00 |
|
Alexander Courtis
|
54c78dbca2
|
#791 add profiling for some operations (#1108)
|
2022-03-26 13:22:28 +01:00 |
|
Alexander Courtis
|
20797a8d74
|
#1050 #1068 various default options tweaks (#1074)
|
2022-03-18 11:35:15 +01:00 |
|
Alexander Courtis
|
a50fd77c99
|
#857 add filter_custom action, filter_ignored->filter_git_ignored (#1077)
|
2022-03-18 11:30:30 +01:00 |
|
Alexander Courtis
|
b136c7b6f9
|
#1064 add copy_paste logging and more error copy-paste error handling (#1076)
|
2022-03-18 11:27:03 +01:00 |
|
Alexander Courtis
|
a65078e3ae
|
#1060 use one log file with the option to truncate (#1075)
|
2022-03-12 14:43:33 +01:00 |
|
Andreas Bissinger
|
60a9c86c53
|
feat: make it possible to collapse the tree but keep the directories open which are in used in buffers (#1057)
|
2022-03-09 11:08:29 +01:00 |
|
Alexander Courtis
|
19075f41e8
|
File logging (#1053)
* add file logging infrastructure
* log git runner operations
* log configuration and mappings
* document file logging infrastructure
* style fixes
* stylua fixes
* document log file locations
|
2022-03-07 08:44:37 +01:00 |
|
Andreas Bissinger
|
c25be06612
|
feat: close file info popup if on same node (#1054)
|
2022-03-06 13:07:12 +01:00 |
|
Andreas Bissinger
|
7cb689795e
|
feature: add feature to increase/decrease size (#1048)
|
2022-03-06 11:33:28 +01:00 |
|
Brandon D
|
690c7e96ed
|
feat: add sort_by option to sort files by modification time (#1040)
Co-authored-by: Brandon Dwiel <bdwiel@apple.com>
|
2022-03-03 23:41:58 +01:00 |
|
Andreas Bissinger
|
50a927f176
|
feat: add popup information (#1042)
|
2022-03-03 21:13:10 +01:00 |
|
Andreas Bissinger
|
4fedb93cec
|
feat: add new keybinding "b" to run a command in the focused node (#1024)
|
2022-03-03 09:05:03 +01:00 |
|