Skip to content

Commit

Permalink
feat: add yazi as a file explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Aug 7, 2024
1 parent 7e370b6 commit fd5e423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/file_browser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pub fn get(filetype: &str) -> Option<(&str, &str)> {
"neo-tree" => ("default", "Neo-Tree"),
"NvimTree" => ("default", "nvim-tree"),
"minifiles" => ("default", "mini.files"),
"yazi" => ("default", "Yazi"),
_ => return None,
};

Expand Down

0 comments on commit fd5e423

Please sign in to comment.