9 lines
242 B
Lua
9 lines
242 B
Lua
-- File explorer that lets you edit your filesystem like a normal Neovim buffer.
|
|
-- https://github.com/stevearc/oil.nvim
|
|
return {
|
|
'stevearc/oil.nvim',
|
|
event = 'VeryLazy',
|
|
opts = {},
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
}
|