Use stylua for autoformat code (#1480)

This commit is contained in:
Santos Gallegos 2021-07-04 16:12:17 -05:00 committed by GitHub
parent 90f15d9bf7
commit be8f656087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1181 additions and 979 deletions

View file

@ -12,7 +12,7 @@ function M.create_buffer_cache()
__index = function(tbl, key)
rawset(tbl, key, {})
return rawget(tbl, key)
end
end,
})
function cache.set(type_name, bufnr, value)
@ -23,7 +23,7 @@ function M.create_buffer_cache()
on_detach = function()
cache.remove(type_name, bufnr)
return true
end
end,
})
end