From cd1a18cc05bc5dc5c382f3f6bcb2442eaf1c8e6e Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Tue, 5 Aug 2025 01:58:37 +0300 Subject: [PATCH] added oil setup call to plugins to make it available as default file manager (e.g. for nvim ./) --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index b74a36a..198b4b9 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -10,3 +10,4 @@ vim.pack.add { } require "guess-indent".setup {} +require "oil".setup {}