typo tee hee :4

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
Ching Pei Yang 2024-10-18 10:52:27 +02:00 committed by GitHub
commit 2d16be3ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -171,7 +171,7 @@ require('lz.n').load({
require('your-plugin').setup({--[[ your setupOpts ]]})
end,
events = {"DirChanged"},
event = {"DirChanged"},
cmd = {"YourPluginCommand"},
keys = {
{"<leader>d", ":YourPluginCommand", mode = {"n"}},