mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
13 lines
192 B
Lua
13 lines
192 B
Lua
std = luajit
|
|
cache = true
|
|
codes = true
|
|
|
|
globals = {
|
|
"HarpoonConfig",
|
|
"Harpoon_bufh",
|
|
"Harpoon_win_id",
|
|
"Harpoon_cmd_win_id",
|
|
"Harpoon_cmd_bufh",
|
|
}
|
|
read_globals = { "vim" }
|