From f09256c1ded79a266c55822d91ec42b7d67c2f8c Mon Sep 17 00:00:00 2001 From: Juan David Merchan Torres Date: Wed, 29 Mar 2023 14:53:00 -0500 Subject: [PATCH] docs(root): Add custom icons to options section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 165bd53..4a33d0b 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,11 @@ require("oil").setup({ 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