From 371c5219bef37dcbdec18aa17c2f13d792f83f3a Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:52:40 -0500 Subject: [PATCH] disable unused keymap --- lua/rayandrew/plugins.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/rayandrew/plugins.lua b/lua/rayandrew/plugins.lua index 8c373e6..0330b24 100644 --- a/lua/rayandrew/plugins.lua +++ b/lua/rayandrew/plugins.lua @@ -226,13 +226,13 @@ return { dependencies = { "nvim-tree/nvim-web-devicons" }, cmd = { "Oil" }, keys = { - { - "-", - function() - require("oil").open() - end, - desc = "Open parent directory", - }, + -- { + -- "-", + -- function() + -- require("oil").open() + -- end, + -- desc = "Open parent directory", + -- }, { "e", function()