From 8576a57f19e880e86b7bdc78ec5f43118ccd5363 Mon Sep 17 00:00:00 2001 From: jujekebab Date: Wed, 18 Feb 2026 12:20:46 +0900 Subject: [PATCH] set oil as default file explorer --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index eb548176..177b7ec4 100644 --- a/init.lua +++ b/init.lua @@ -149,12 +149,11 @@ rtp:prepend(lazypath) -- To check the current status of your plugins, run -- :Lazy require('lazy').setup({ - 'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically - { -- File explorer that lets you edit your filesystem like a buffer 'stevearc/oil.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, opts = { + default_file_explorer = true, view_options = { show_hidden = true, },