set oil as default file explorer

This commit is contained in:
jujekebab 2026-02-18 12:20:46 +09:00
parent b4551e1fe1
commit 8576a57f19
1 changed files with 1 additions and 2 deletions

View File

@ -149,12 +149,11 @@ rtp:prepend(lazypath)
-- To check the current status of your plugins, run -- To check the current status of your plugins, run
-- :Lazy -- :Lazy
require('lazy').setup({ require('lazy').setup({
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
{ -- File explorer that lets you edit your filesystem like a buffer { -- File explorer that lets you edit your filesystem like a buffer
'stevearc/oil.nvim', 'stevearc/oil.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' }, dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = { opts = {
default_file_explorer = true,
view_options = { view_options = {
show_hidden = true, show_hidden = true,
}, },