feat: use yazi instead of lf for terminal file manager

This commit is contained in:
Guz
2024-12-09 19:46:25 -03:00
parent bc3fbfb5c2
commit 21fc6d952c
3 changed files with 6 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ return {
},
after = function()
require("tfm").setup({
file_manager = "lf", -- TODO: Use Yazi (https://github.com/sxyazi/yazi) as file manager
file_manager = "yazi",
replace_netrw = true,
enable_cmds = true,
})