Skip to content

Commit

Permalink
docs: remove curly braces in lazy.nvim instructions again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 26, 2024
1 parent 00a1239 commit c359134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
function()
require("yazi").yazi(nil, vim.fn.getcwd())
end,
{ desc = "Open the file manager in nvim's working directory" },
desc = "Open the file manager in nvim's working directory" ,
},
},
---@type YaziConfig
Expand Down

0 comments on commit c359134

Please sign in to comment.