nvim-tree.lua/lua/nvim-tree
Yida Zhang d8d3a1590a
fix(#2535): TextYankPost event sends vim.v.event (#2734)
* fix TextYankPost event

* Update lua/nvim-tree/actions/fs/copy-paste.lua

Co-authored-by: Alexander Courtis <alex@courtis.org>

* fix format string

* style

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2024-03-31 17:24:47 +11:00
..
actions fix(#2535): TextYankPost event sends vim.v.event (#2734) 2024-03-31 17:24:47 +11:00
appearance fix(#2658): change SpellCap groups to reduce confusion: ExecFile->Question, ImageFile->Question, SpecialFile->Title, Symlink->Underlined; add all other highlight groups to :NvimTreeHiTest (#2732) 2024-03-30 17:47:30 +11:00
explorer fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
git fix(#2695): git toplevel guard against missing paths (#2696) 2024-03-14 16:23:58 +11: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 fix(#2415): nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence (#2642) 2024-01-30 10:37:32 +11:00
api.lua feat: add api.tree.toggle_enable_filters (#2706) 2024-03-16 12:35:13 +11:00
buffers.lua feat(#2415): colour and highlight overhaul, see :help nvim-tree-highlight-overhaul (#2455) 2024-01-20 16:12:13 +11: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 ci: lua language server and Makefile (#2546) 2024-01-06 13:18:52 +11: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 fix(#2415): highlight help header and mappings (#2669) 2024-02-11 15:40:21 +11: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 fix: bookmark filter shows marked directory children (#2719) 2024-03-30 13:21:55 +11:00
live-filter.lua feat: add api.tree.toggle_enable_filters (#2706) 2024-03-16 12:35:13 +11: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 feat(#1389): api: recursive node navigation for git and diagnostics (#2525) 2024-01-07 09:08:58 +11:00
view.lua fix(#2643): correctly apply linked highlight groups in tree window (#2653) 2024-01-29 12:42:19 +11:00
watcher.lua chore: add type annotations and resolve LSP warnings (#2555) 2023-12-09 11:34:35 +11:00