From cb54e034905ea67c7dd20008952203f0f7b4ed08 Mon Sep 17 00:00:00 2001 From: Juan David Merchan Torres Date: Fri, 31 Mar 2023 14:27:01 -0500 Subject: [PATCH] feat(config): Change custom icons to columns config --- lua/oil/config.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lua/oil/config.lua b/lua/oil/config.lua index 60cd537..9a22d80 100644 --- a/lua/oil/config.lua +++ b/lua/oil/config.lua @@ -2,7 +2,7 @@ local default_config = { -- 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", @@ -22,11 +22,6 @@ 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