From 9e908a1bc2905229fad15fedb24843390c47fcdd Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 12 Sep 2025 17:35:18 -0500 Subject: [PATCH] fix(ci): selene warnings --- lua/cp/init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/cp/init.lua b/lua/cp/init.lua index fa124b9..b665b44 100644 --- a/lua/cp/init.lua +++ b/lua/cp/init.lua @@ -16,10 +16,6 @@ if not vim.fn.has("nvim-0.10.0") then return M end -local function get_plugin_path() - local plugin_path = debug.getinfo(1, "S").source:sub(2) - return vim.fn.fnamemodify(plugin_path, ":h:h:h") -end local competition_types = { "atcoder", "codeforces", "cses" }