Add oil.nvim

This commit is contained in:
Alexandre Ignjatovic 2024-10-27 10:44:17 +01:00
parent be104d5adc
commit ff774b41f7
1 changed files with 10 additions and 0 deletions

View File

@ -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({ ... })