mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 21:53:01 +00:00
7 lines
112 B
Lua
7 lines
112 B
Lua
return {
|
|
'ThePrimeagen/harpoon',
|
|
requires = { { 'nvim-lua/plenary.nvim' } },
|
|
config = function()
|
|
end,
|
|
}
|