From 533ca71fe4889c636b7c5a70bb78e38263f228ea Mon Sep 17 00:00:00 2001 From: joe mama Date: Tue, 11 Jan 2022 17:48:56 +0330 Subject: [PATCH] add info about "show_cwd_header" option in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 76b4c75..c7d69b0 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,9 @@ require'fzf-lua'.setup { git_icons = true, -- show git icons? file_icons = true, -- show file icons? color_icons = true, -- colorize file|git icons + -- force display the cwd header line regardles of your current working directory + -- can also be used to hide the header when not wanted + -- show_cwd_header = true }, status = { prompt = 'GitStatusāÆ ',