AstroNvim/lua/plugins/neovide.lua

22 lines
422 B
Lua

if not vim.g.neovide then return {} end
return {
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
options = {
opt = {
guifont = "Jetbrains Mono:h14",
linespace = 0,
},
g = {
neovide_scale_factor = 1.0,
neovide_padding_top = 0,
neovide_padding_bottom = 0,
neovide_padding_left = 0,
neovide_padding_right = 0,
},
},
},
}