docs(doc): Add custom icons to options section
This commit is contained in:
parent
f09256c1de
commit
4a103df99d
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ OPTIONS *oil-option
|
||||||
conceallevel = 3,
|
conceallevel = 3,
|
||||||
concealcursor = "n",
|
concealcursor = "n",
|
||||||
},
|
},
|
||||||
|
-- Custom icons
|
||||||
|
icons = {
|
||||||
|
default_file = "",
|
||||||
|
directory = " ",
|
||||||
|
},
|
||||||
-- Oil will take over directory buffers (e.g. `vim .` or `:e src/`
|
-- Oil will take over directory buffers (e.g. `vim .` or `:e src/`
|
||||||
default_file_explorer = true,
|
default_file_explorer = true,
|
||||||
-- Restore window options to previous values when leaving an oil buffer
|
-- Restore window options to previous values when leaving an oil buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue