fix: imports

This commit is contained in:
Barrett Ruth 2025-09-18 20:12:01 -04:00
parent bc315818e4
commit a24d50843a
9 changed files with 32 additions and 8 deletions

View file

@ -10,8 +10,8 @@
---@field error? string
local M = {}
local logger = require('cp.log')
local cache = require('cp.cache')
local logger = require('cp.log')
local function get_plugin_path()
local plugin_path = debug.getinfo(1, 'S').source:sub(2)