nvim-tree.lua/lua/nvim-tree
Epheien 869c064721
feat(#2127): add experimental.actions.open_file.relative_path to open files with a relative path rather than absolute (#2805)
* temp workaround for issue #2803

* fix #2127 and #2803

* chore(#2127): read the configuration correctly

* feat(#2127): add help

* feat(#2127): normalise relative_path in config hierarchy

* feat(#2127): update help

---------

Co-authored-by: eph <eph@MacBook-Pro.local>
Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-07-07 12:51:43 +10:00
..
actions feat(#2127): add experimental.actions.open_file.relative_path to open files with a relative path rather than absolute (#2805) 2024-07-07 12:51:43 +10:00
appearance chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
explorer feat(#2799): filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions (#2800) 2024-06-23 11:44:45 +10:00
git feat(#2799): filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions (#2800) 2024-06-23 11:44:45 +10:00
iterators chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
marks fix(#2395): marks.bulk.move defaults to directory at cursor (#2688) 2024-03-15 12:03:06 +11:00
renderer chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
api.lua feat: add api.tree.toggle_enable_filters (#2706) 2024-03-16 12:35:13 +11:00
buffers.lua chore(#2731): neovim luadoc 0.10 compliance (#2786) 2024-06-01 15:24:03 +10:00
commands.lua feat(#2415): add :NvimTreeHiTest (#2664) 2024-02-11 14:41:40 +11:00
core.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
diagnostics.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
enum.lua feat(#2415): colour and highlight overhaul, see :help nvim-tree-highlight-overhaul (#2455) 2024-01-20 16:12:13 +11:00
events.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
help.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
keymap.lua feat: add api.fs.copy.basename, default mapping ge (#2698) 2024-03-14 16:57:46 +11:00
legacy.lua feat: add update_focused_file.exclude (#2673) 2024-03-25 15:41:05 +11:00
lib.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
live-filter.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
log.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
node.lua fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
notify.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00
utils.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
view.lua chore(#2787): minimum nvim version 0.9, replace 0.10 deprecated, enable deprecated warnings (#2788) 2024-06-09 12:24:35 +10:00
watcher.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00