added neovide configuration

This commit is contained in:
John O'Keefe 2024-03-27 20:54:27 -04:00
parent 280a03ba81
commit bd2b4414e6

21
lua/plugins/neovide.lua Normal file
View File

@ -0,0 +1,21 @@
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,
},
},
},
}