mirror of
https://github.com/tjdevries/advent-of-nvim.git
synced 2025-12-16 14:11:17 +00:00
sorry, i forgot to update this more regularly
This commit is contained in:
11
nvim/lua/config/plugins/oil.lua
Normal file
11
nvim/lua/config/plugins/oil.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
{
|
||||
'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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user