mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-13 23:51:02 +00:00
typo tee hee :4
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
This commit is contained in:
parent
9e551aa427
commit
2d16be3ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ require('lz.n').load({
|
||||||
require('your-plugin').setup({--[[ your setupOpts ]]})
|
require('your-plugin').setup({--[[ your setupOpts ]]})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
events = {"DirChanged"},
|
event = {"DirChanged"},
|
||||||
cmd = {"YourPluginCommand"},
|
cmd = {"YourPluginCommand"},
|
||||||
keys = {
|
keys = {
|
||||||
{"<leader>d", ":YourPluginCommand", mode = {"n"}},
|
{"<leader>d", ":YourPluginCommand", mode = {"n"}},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue