From 4a103df99de5e0fb05df49cf9d653a7b2688274b Mon Sep 17 00:00:00 2001 From: Juan David Merchan Torres Date: Wed, 29 Mar 2023 14:53:44 -0500 Subject: [PATCH] docs(doc): Add custom icons to options section --- doc/oil.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/oil.txt b/doc/oil.txt index e9e5190..a4aa2ec 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -37,6 +37,11 @@ OPTIONS *oil-option conceallevel = 3, concealcursor = "n", }, + -- Custom icons + icons = { + default_file = "", + directory = " ", + }, -- Oil will take over directory buffers (e.g. `vim .` or `:e src/` default_file_explorer = true, -- Restore window options to previous values when leaving an oil buffer