mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Added Harpoon
This commit is contained in:
6
lua/custom/plugins/harpoon.lua
Normal file
6
lua/custom/plugins/harpoon.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
'ThePrimeagen/harpoon',
|
||||
requires = { { 'nvim-lua/plenary.nvim' } },
|
||||
config = function()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user