Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
theprimeagen committed Apr 9, 2024
1 parent 663e9aa commit dd59e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/harpoon/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ function M.get_default_config()
return vim.loop.cwd()
end,

---@param config HarpoonPartialConfigItem
---@param _ HarpoonPartialConfigItem
---@param name? any
---@return HarpoonListItem
create_list_item = function(config, name)
create_list_item = function(_, name)
if name ~= "" then
if name then
name = vim.fs.normalize(name)
Expand Down

0 comments on commit dd59e1b

Please sign in to comment.