mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
feat(more): more on the idea
This commit is contained in:
parent
9c9342b080
commit
2f9fd2954a
@ -8,26 +8,31 @@ local cache_config = string.format("%s/harpoon.json", data_path)
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
-- type Layout = "float" | "split" | "vsplit" | "hsplit" | "replace" (default) | "tab"
|
||||||
{
|
{
|
||||||
projects = {
|
projects = {
|
||||||
["/path/to/director"] = {
|
["/path/to/director"] = {
|
||||||
term = {
|
term = {
|
||||||
cmds = { },
|
cmds = { },
|
||||||
|
// Per project layout specific
|
||||||
|
layout = Layout
|
||||||
... is there antyhnig that could be options?
|
... is there antyhnig that could be options?
|
||||||
},
|
},
|
||||||
mark = {
|
mark = {
|
||||||
marks = {},
|
marks = {},
|
||||||
|
// Per project layout specific
|
||||||
|
layout = Layout
|
||||||
... is there antyhnig that could be options?
|
... is there antyhnig that could be options?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
term = {
|
term = {
|
||||||
layout = "float" | "split" | "vsplit" | "replace" (default)
|
layout = Layout
|
||||||
},
|
},
|
||||||
|
|
||||||
mark = {
|
mark = {
|
||||||
layout = "float" | "split" | "vsplit" | "replace" (default)
|
layout = Layout
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
--]]
|
--]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user