oil: disabled again for performance reasons
This commit is contained in:
parent
aef6bde20c
commit
1a7076b4cd
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
"echasnovski/mini.nvim",
|
||||
version = false,
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
opts = {
|
||||
windows = {
|
||||
preview = true,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
return {
|
||||
"stevearc/oil.nvim",
|
||||
enabled = false,
|
||||
opts = function()
|
||||
-- helper function to parse output
|
||||
local function parse_output(proc)
|
||||
|
|
Loading…
Reference in a new issue