Files
tnvim/modules/home-manager/nvim/astronvim/lua/user/options.lua
2023-12-21 13:05:49 +05:30

9 lines
116 B
Lua

return {
g = {
-- neovide_background_color = "#0f0f0f",
},
opt = {
guifont = "FiraCode Nerd Font:h12",
},
}