dotfiles/nvim/lua/custom/plugins/oil.lua

9 lines
242 B
Lua
Raw Normal View History

2024-06-22 08:34:52 -07:00
-- 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' },
}