From 7c3939919eeec75983df31fb6b73fef0a00bf555 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 18 Dec 2024 17:00:05 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-18 17:00:05 --- .config/nvim/lua/plugins/oil.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/nvim/lua/plugins/oil.lua b/.config/nvim/lua/plugins/oil.lua index 31f93ca4..4776ab77 100644 --- a/.config/nvim/lua/plugins/oil.lua +++ b/.config/nvim/lua/plugins/oil.lua @@ -24,14 +24,14 @@ return { win_options = { winbar = "%!v:lua.get_oil_winbar()", }, - columns = { - "icon", - -- "size", - -- TODO: - -- Add a keybind to toggle permissions view? - -- There's a recipe for this in the docs - -- "permissions", - }, + -- columns = { + -- "icon", + -- -- "size", + -- -- TODO: + -- -- Add a keybind to toggle permissions view? + -- -- There's a recipe for this in the docs + -- -- "permissions", + -- }, view_options = { is_hidden_file = require("oil-extras").handle_git, },