docs(root): Change custom icons to columns config
This commit is contained in:
parent
c19f2d74de
commit
4c528a0ad8
1 changed files with 1 additions and 6 deletions
|
|
@ -112,7 +112,7 @@ require("oil").setup({
|
|||
-- 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",
|
||||
|
|
@ -132,11 +132,6 @@ require("oil").setup({
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue