first commit

This commit is contained in:
Blake Ridgway 2024-12-24 23:01:45 -06:00
commit 15e643aa8e
41 changed files with 1623 additions and 0 deletions

17
lua/plugins/harpoon.lua Normal file
View file

@ -0,0 +1,17 @@
-- List of favorite files/marks per project
return {
-- https://github.com/ThePrimeagen/harpoon
'ThePrimeagen/harpoon',
branch = 'master',
event = 'VeryLazy',
dependencies = {
-- https://github.com/nvim-lua/plenary.nvim
'nvim-lua/plenary.nvim',
},
opts = {
menu = {
width = 120
}
},
}