From e5bcf01c759e7c833d8a5f1fcf665b6ea32a7c16 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Tue, 4 Oct 2022 19:23:52 +0200 Subject: refactor: more deliberate reload (#3133) --- ftplugin/lua.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/lua.lua b/ftplugin/lua.lua index d6b9ced7..138332e9 100644 --- a/ftplugin/lua.lua +++ b/ftplugin/lua.lua @@ -1,4 +1,6 @@ local fmt = string.format +-- luacheck: ignore +-- TODO: fix lint violations -- Iterator that splits a string o a given delimiter local function split(str, delim) -- cgit v1.2.3