added neovide configuration
This commit is contained in:
parent
280a03ba81
commit
bd2b4414e6
21
lua/plugins/neovide.lua
Normal file
21
lua/plugins/neovide.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user