Add oil.nvim

pull/1703/head
Alexandre Ignjatovic 11 months ago
parent be104d5adc
commit ff774b41f7

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

Loading…
Cancel
Save