Run stylua again

This commit is contained in:
ViViDboarder 2021-12-15 15:33:04 -08:00
parent cdc06953d2
commit 720f8c41ec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function _G.update_colors()
if changed or force then
if scope == "g" and name == "colors_name" then
-- Colorscheme is different. Use this instead of setting colors_name directly
vim.cmd("colorscheme "..val)
vim.cmd("colorscheme " .. val)
else
vim[scope][name] = val
end