oil: disabled again for performance reasons

This commit is contained in:
Tigor Hutasuhut 2024-10-11 08:07:12 +07:00
parent aef6bde20c
commit 1a7076b4cd
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
return {
"echasnovski/mini.nvim",
version = false,
enabled = false,
enabled = true,
opts = {
windows = {
preview = true,

View file

@ -1,5 +1,6 @@
return {
"stevearc/oil.nvim",
enabled = false,
opts = function()
-- helper function to parse output
local function parse_output(proc)