restructure folder
This commit is contained in:
parent
db10a56ae6
commit
a2ed2a85b0
7 changed files with 61 additions and 69 deletions
14
lua/custom/plugins/oil.lua
Normal file
14
lua/custom/plugins/oil.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'stevearc/oil.nvim',
|
||||
---@module 'oil'
|
||||
---@type oil.SetupOpts
|
||||
opts = {
|
||||
default_file_explorer = true,
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
},
|
||||
},
|
||||
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
|
||||
lazy = false,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue