This commit is contained in:
Ben Kyd
2023-07-09 18:49:40 +01:00
parent f708d87c2b
commit 8d43506150
9 changed files with 73 additions and 12 deletions

View File

@@ -24,6 +24,25 @@ return {
lazy = false,
opts = {}
},
{
-- Vim vinegar - better netrw
'stevearc/oil.nvim',
opts = {
float = {
max_width = 80,
max_height = 20,
border = 'rounded',
win_options = {
winblend = 0,
},
},
},
keys = {
{ '<C-b>', '<cmd>lua require("oil").open_float()<cr>', desc = "Toggle Oil" },
},
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" }
},
{
-- EPIC HARPOON MOMENT
'ThePrimeagen/harpoon',