diff --git a/lua/core/init.lua b/lua/core/init.lua index 781d79f50..840cfbfeb 100644 --- a/lua/core/init.lua +++ b/lua/core/init.lua @@ -32,13 +32,13 @@ local leader_map = function() end local gui_config = function() - if next(settings.gui_config) then - vim.api.nvim_set_option_value( - "guifont", - settings.gui_config.font_name .. ":h" .. settings.gui_config.font_size, - {} - ) - end + if next(settings.gui_config) then + vim.api.nvim_set_option_value( + "guifont", + settings.gui_config.font_name .. ":h" .. settings.gui_config.font_size, + {} + ) + end end local neovide_config = function()