mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +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 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
|
||||
|
Loading…
Reference in New Issue
Block a user