AstroNvim/lua/plugins/neovide.lua

23 lines
423 B
Lua
Raw Normal View History

2024-03-27 20:54:27 -04:00
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,
},
},
},
}