style: reformat code with StyLua

This commit is contained in:
Daniel Hill 2023-04-10 13:22:47 -04:00
parent 8605e52279
commit e9c02cc16a
2 changed files with 14 additions and 14 deletions

View File

@ -40,7 +40,7 @@ local function create_autocmds()
for _, group in ipairs(vim.fn.getcompletion("@lsp", "highlight")) do for _, group in ipairs(vim.fn.getcompletion("@lsp", "highlight")) do
vim.api.nvim_set_hl(0, group, {}) vim.api.nvim_set_hl(0, group, {})
end end
end end,
}) })
end end