Oil + harpoon

This commit is contained in:
Alexander 2025-01-09 19:35:42 +01:00
parent 30f933032c
commit 76429ff79e
4 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,9 @@
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
}