mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00

- add linter workflow - fix linter errors - finish incomplete function in term.lua - add formatter workflow
11 lines
142 B
Lua
11 lines
142 B
Lua
std = luajit
|
|
cache = true
|
|
codes = true
|
|
|
|
globals = {
|
|
"HarpoonConfig",
|
|
"Harpoon_bufh",
|
|
"Harpoon_win_id",
|
|
}
|
|
read_globals = { "vim" }
|