diff options
author | kylo252 <[email protected]> | 2022-10-04 19:23:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-04 13:23:52 -0400 |
commit | e5bcf01c759e7c833d8a5f1fcf665b6ea32a7c16 (patch) | |
tree | 51b68c8face9faa2a41fcc8103b6296213557d4b /ftplugin/lua.lua | |
parent | 560ee4d7cf4038a22a5556d79ad92cd226a792dc (diff) |
refactor: more deliberate reload (#3133)
Diffstat (limited to 'ftplugin/lua.lua')
-rw-r--r-- | ftplugin/lua.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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) |