starter/init.lua

8 lines
161 B
Lua
Raw Normal View History

2023-01-07 17:20:36 +08:00
require("config.lazy")
2024-06-25 14:59:02 +08:00
if vim.g.neovide then
2024-07-16 14:38:08 +08:00
vim.o.guifont = "JetBrainsMono Nerd Font:h15.4:b:i"
2024-07-15 14:53:44 +08:00
vim.opt.linespace = -4
2024-06-28 15:38:23 +08:00
vim.g.neovide_refresh_rate = 170
2024-06-25 14:59:02 +08:00
end