build(lint): check scripts/*.lua

This commit is contained in:
Justin M. Keyes
2021-09-19 16:35:38 -07:00
parent 39c886551b
commit 736299bf22
5 changed files with 49 additions and 65 deletions

View File

@@ -5,10 +5,6 @@
local nvim = vim.api
local function pprint(o)
print(nvim.nvim_call_function('string', { o }))
end
local function systemlist(...)
local rv = nvim.nvim_call_function('systemlist', ...)
local err = nvim.nvim_get_vvar('shell_error')