From 720f8c41ec720e5c0525f7b59b4a9d8284536188 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 15 Dec 2021 15:33:04 -0800 Subject: [PATCH] Run stylua again --- neovim/lua/_colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/lua/_colors.lua b/neovim/lua/_colors.lua index 61a8aee..54cacc5 100644 --- a/neovim/lua/_colors.lua +++ b/neovim/lua/_colors.lua @@ -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