update: nvim
This commit is contained in:
@@ -32,7 +32,13 @@ local leader_map = function()
|
||||
end
|
||||
|
||||
local gui_config = function()
|
||||
vim.api.nvim_set_option_value("guifont", settings.gui_config.font_name .. ":h" .. settings.gui_config.font_size, {})
|
||||
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()
|
||||
@@ -104,7 +110,6 @@ local load_core = function()
|
||||
shell_config()
|
||||
|
||||
require("core.options")
|
||||
require("core.mapping")
|
||||
require("core.event")
|
||||
require("core.pack")
|
||||
require("keymap")
|
||||
|
||||
Reference in New Issue
Block a user