docs(doc): Change custom icons to columns config

This commit is contained in:
Juan David Merchan Torres 2023-03-31 14:29:59 -05:00
parent 4c528a0ad8
commit f687b721e9

View file

@ -17,7 +17,7 @@ OPTIONS *oil-option
-- Id is automatically added at the beginning, and name at the end
-- See :help oil-columns
columns = {
"icon",
{ "icon", default_file = "", directory = " " },
-- "permissions",
-- "size",
-- "mtime",
@ -37,11 +37,6 @@ 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