docs(doc): Add custom icons to options section

This commit is contained in:
Juan David Merchan Torres 2023-03-29 14:53:44 -05:00
parent f09256c1de
commit 4a103df99d

View file

@ -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