chore: lint

This commit is contained in:
mpaulson 2023-11-30 20:14:45 -07:00
parent 574a642204
commit 588ede1253
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
local Path = require("plenary.path")
local Ui = require("harpoon.ui")
local Data = require("harpoon.data")
local Config = require("harpoon.config")

View File

@ -1,5 +1,4 @@
local Listeners = require("harpoon.listeners")
local Buffer = require("harpoon.buffer")
local function index_of(items, element, config)
local equals = config and config.equals