feat(config): Add custom icons

This commit is contained in:
Juan David Merchan Torres 2023-03-29 14:47:47 -05:00
parent 931453fc09
commit bf20bca78d

View file

@ -22,6 +22,11 @@ local default_config = {
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