Add oil.nvim plugin with optional dependencies

This commit is contained in:
Kert Kukk 2025-01-06 21:58:44 +02:00
parent 4786a601e2
commit a7274b3a76
1 changed files with 9 additions and 0 deletions

View File

@ -832,6 +832,15 @@ require('lazy').setup({
return keys
end,
},
{
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
},
-- If you downloaded the kickstart repo, uncomment lines below to enable example plugins (restart nvim).
require 'kickstart.plugins.debug',
require 'kickstart.plugins.indent_line',