ci: Add luacheck ci job (#317)
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -198,7 +198,7 @@ actions.edit_register = function(prompt_bufnr)
|
||||
|
||||
-- update entry in results table
|
||||
-- TODO: find way to redraw finder content
|
||||
for k, v in pairs(picker.finder.results) do
|
||||
for _, v in pairs(picker.finder.results) do
|
||||
if v == entry then
|
||||
v.content = updated_value
|
||||
end
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
local action_mt = {}
|
||||
local action_mt = {}
|
||||
|
||||
action_mt.create = function(mod)
|
||||
local mt = {
|
||||
|
||||
Reference in New Issue
Block a user