mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:37:33 +00:00
Run stylua again
This commit is contained in:
parent
cdc06953d2
commit
720f8c41ec
@ -6,7 +6,7 @@ function _G.update_colors()
|
|||||||
if changed or force then
|
if changed or force then
|
||||||
if scope == "g" and name == "colors_name" then
|
if scope == "g" and name == "colors_name" then
|
||||||
-- Colorscheme is different. Use this instead of setting colors_name directly
|
-- Colorscheme is different. Use this instead of setting colors_name directly
|
||||||
vim.cmd("colorscheme "..val)
|
vim.cmd("colorscheme " .. val)
|
||||||
else
|
else
|
||||||
vim[scope][name] = val
|
vim[scope][name] = val
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user