fix?: remove yazi executable from path (recursion problem)

This commit is contained in:
Guz
2024-12-12 11:33:45 -03:00
parent 20bc2bb9a7
commit 4e6121b312
3 changed files with 7 additions and 7 deletions

View File

@@ -200,6 +200,7 @@ return {
{
-- (Probably can be replaced by local functions in the config)
"tfm.nvim",
enabled = vim.fn.executable("yazi"),
cmd = { "Ex", "Tfm", "TfmSplit", "TfmVsplit", "TfmTabedit" },
keys = {
{ "<leader>e", ":Tfm<cr>", desc = "[TFM] Open file manager" },