mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
chore: formatting and lint
This commit is contained in:
parent
7a356bfb12
commit
b8d690f098
@ -3,7 +3,6 @@ local function normalize_path(buf_name, root)
|
||||
return Path:new(buf_name):make_relative(root)
|
||||
end
|
||||
|
||||
|
||||
local M = {}
|
||||
local DEFAULT_LIST = "__harpoon_files"
|
||||
M.DEFAULT_LIST = DEFAULT_LIST
|
||||
|
@ -125,7 +125,7 @@ end
|
||||
function Harpoon:info()
|
||||
return {
|
||||
paths = Data.info(),
|
||||
default_list_name = DEFAULT_LIST,
|
||||
default_list_name = Config.DEFAULT_LIST,
|
||||
}
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user