docs(root): Add custom icons to options section
This commit is contained in:
parent
6dc65dcf83
commit
f09256c1de
1 changed files with 5 additions and 0 deletions
|
|
@ -132,6 +132,11 @@ require("oil").setup({
|
||||||
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