diff --git a/init.lua b/init.lua index 2f17bbc4..22c6efae 100644 --- a/init.lua +++ b/init.lua @@ -258,6 +258,16 @@ require('lazy').setup({ { 'David-Kunz/gen.nvim', opts = { model = 'codestral' } }, + -- File Explorer + { + 'stevearc/oil.nvim', + ---@module 'oil' + ---@type oil.SetupOpts + opts = {}, + -- Optional dependencies + dependencies = { 'nvim-tree/nvim-web-devicons' }, + }, + -- Here is a more advanced example where we pass configuration -- options to `gitsigns.nvim`. This is equivalent to the following Lua: -- require('gitsigns').setup({ ... })