Skip to content

Commit

Permalink
fixup! Change project name to fm.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanChane committed Jun 29, 2024
1 parent 6ff7461 commit 9c542f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ require('fm').setup {
suffix = "l",
},
joshuto = {
create_win_cmd_format = "joshuto --choosefile %{choose_file}",
create_win_cmd_format = "joshuto --file-chooser --output-file %{choose_file}",
suffix = "l",
},
yazi = {
Expand Down Expand Up @@ -126,7 +126,7 @@ config = function()
suffix = "l",
},
joshuto = {
create_win_cmd_format = "joshuto --choosefile %{choose_file}",
create_win_cmd_format = "joshuto --file-chooser --output-file %{choose_file}",
suffix = "l",
},
yazi = {
Expand Down

0 comments on commit 9c542f4

Please sign in to comment.