aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2024-07-15 00:15:45 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2024-07-19 08:41:31 -0700
commit17a3fc6baa36c192994ea2bb7356cf58b1c72605 (patch)
treec97c55189f0d003f5b6b1b909eef93289bfb87ee
parent739bda134ad74efc54ea5c63f100ad4ea42ebed6 (diff)
lint: remove unused variable
-rw-r--r--lua/conform/health.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/conform/health.lua b/lua/conform/health.lua
index d0bfca1..07ffa22 100644
--- a/lua/conform/health.lua
+++ b/lua/conform/health.lua
@@ -6,7 +6,6 @@ local health_start = vim.health.start or vim.health.report_start
local health_warn = vim.health.warn or vim.health.report_warn
local health_info = vim.health.info or vim.health.report_info
local health_ok = vim.health.ok or vim.health.report_ok
-local islist = vim.islist or vim.tbl_islist
---@param name string
---@return string[]