feat: ✨ yazi to oil
This commit is contained in:
parent
a8802d5393
commit
678bad568b
14 changed files with 43 additions and 23 deletions
13
.config/nvim/lua/plugins/oil.lua
Normal file
13
.config/nvim/lua/plugins/oil.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"stevearc/oil.nvim",
|
||||
config = function()
|
||||
require("oil").setup({
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
},
|
||||
float = {
|
||||
preview_split = "right",
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue