astro-nvim/init.lua

15 lines
257 B
Lua
Raw Normal View History

2023-10-14 22:54:14 +00:00
if vim.g.neovide then
vim.o.guifont = "Liga SFMonoNerdFont:h10"
vim.g.neovide_scale_factor = 1
end
return {
updater = {
channel = "nightly",
branch = "nightly",
pin_plugins = false,
show_changelog = true,
auto_quit = true,
},
}