Skip to content

Commit

Permalink
docs: add notice about yazi.setup() for directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 12, 2024
1 parent 13aa3e4 commit 19850ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ Using lazy.nvim:
---@type YaziConfig
opts = {
-- Below is the default configuration. It is optional to set these values.
--

-- enable this if you want to open yazi instead of netrw
-- enable this if you want to open yazi instead of netrw.
-- Note that if you enable this, you need to call yazi.setup() to
-- initialize the plugin.
open_for_directories = false,

-- the path to a temporary file that will be created by yazi to store the
Expand Down

0 comments on commit 19850ba

Please sign in to comment.