snailed
/
taolf
Archived
2
0
Fork 0

correct creadme

This commit is contained in:
Luca Bilke 2024-02-12 16:54:00 +01:00
parent 731c8c13b6
commit d2b58b122d
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ lazy.nvim setup:
dependencies = { "akinsho/toggleterm.nvim" },
keys = {
{ "<Leader>el", function() require("taolf").start() end, desc = "Open Lf" },
{ "<Leader>ec", function() require("taolf").start({ dir = "cwd" }) end, desc = "Open Lf in directory of open file" },
{ "<Leader>eg", function() require("taolf").start({ dir = "fd" }) end, desc = "Open Lf in git working directory" },
{ "<Leader>ec", function() require("taolf").start({ dir = "fd" }) end, desc = "Open Lf in directory of open file" },
{ "<Leader>eg", function() require("taolf").start({ dir = "gwd" }) end, desc = "Open Lf in git working directory" },
}
}
```