feat(config): Add custom icons
This commit is contained in:
parent
931453fc09
commit
bf20bca78d
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ local default_config = {
|
||||||
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