mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
8 lines
161 B
Lua
8 lines
161 B
Lua
return {
|
|
"theprimeagen/harpoon",
|
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
|
config = function()
|
|
require("absolute.after.harpoon")
|
|
end
|
|
}
|