feat: yazi to oil

This commit is contained in:
Ahmet Kaan Gümüş 2025-03-17 22:00:11 +03:00
parent a8802d5393
commit 678bad568b
14 changed files with 43 additions and 23 deletions

View file

@ -0,0 +1,13 @@
return {
"stevearc/oil.nvim",
config = function()
require("oil").setup({
view_options = {
show_hidden = true,
},
float = {
preview_split = "right",
},
})
end
}