mirror of
https://github.com/kristoferssolo/lualine-harpoon.nvim.git
synced 2025-10-21 19:50:33 +00:00
10 lines
133 B
Lua
10 lines
133 B
Lua
local component = require("lualine-harpoon.component")
|
|
|
|
local M = {
|
|
component = component,
|
|
}
|
|
|
|
function M.setup(_opts) end
|
|
|
|
return M
|