nvim: Deeper Oil integration

This commit is contained in:
Michael Yockey
2025-02-13 10:05:53 -05:00
parent f618009706
commit 2a2589e61c

View File

@@ -2,8 +2,15 @@ return {
'stevearc/oil.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
default_file_explorer = true,
delete_to_trash = true,
skip_confirm_for_simple_edits = true,
view_options = {
show_hidden = true,
natural_order = true,
is_always_hidden = function(name, _)
return name == '..' or name == '.git'
end,
},
},
keys = {