Neovim: Add oil plugin

This commit is contained in:
Tony Grosinger 2024-06-22 08:34:52 -07:00
parent c2b60ad356
commit 74cc01e310

View File

@ -0,0 +1,8 @@
-- 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' },
}