Skip to content

Commit

Permalink
docs: fix full border patch
Browse files Browse the repository at this point in the history
  • Loading branch information
siuyutpang authored Jun 2, 2024
1 parent 7c961c0 commit 8442859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ You can implement a full border for Yazi via the UI plugin.
Copy the [`Manager:render` method](https://github.com/sxyazi/yazi/blob/latest/yazi-plugin/preset/components/manager.lua) _*only*_ to your `~/.config/yazi/init.lua`, then apply the following patch:

```diff
@@ -18,16 +18,28 @@
function Manager:render(area)
@@ -18,16 +18,27 @@
function Manager:render(area)
local chunks = self:layout(area)

+ local bar = function(c, x, y)
Expand Down

0 comments on commit 8442859

Please sign in to comment.