From 1a7076b4cdf1044838def0d54ad56e71705fe110 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 11 Oct 2024 08:07:12 +0700 Subject: [PATCH] oil: disabled again for performance reasons --- lua/plugins/mini_files.lua | 2 +- lua/plugins/oil.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/mini_files.lua b/lua/plugins/mini_files.lua index 8d1cb56..b255aad 100644 --- a/lua/plugins/mini_files.lua +++ b/lua/plugins/mini_files.lua @@ -1,7 +1,7 @@ return { "echasnovski/mini.nvim", version = false, - enabled = false, + enabled = true, opts = { windows = { preview = true, diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index aa09e17..c598d12 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -1,5 +1,6 @@ return { "stevearc/oil.nvim", + enabled = false, opts = function() -- helper function to parse output local function parse_output(proc)