Skip to content

Commit

Permalink
format the code with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
Endvour committed Dec 3, 2024
1 parent b6a166b commit ba446c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lua/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ba446c4

Please sign in to comment.