Skip to content

Commit

Permalink
feat: add fern as file browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 31, 2024
1 parent 63c5dbc commit 3ac290c
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 @@ -3,6 +3,7 @@ pub fn get(filetype: &str) -> Option<(&str, &str)> {
"netrw" => ("default", "Netrw"),
"TelescopePrompt" => ("telescope", "Telescope"),
"dirvish" => ("default", "Dirvish"),
"fern" => ("default", "Fern"),
"oil" => ("default", "Oil"),
"neo-tree" => ("default", "Neo-Tree"),
"NvimTree" => ("default", "nvim-tree"),
Expand Down

0 comments on commit 3ac290c

Please sign in to comment.