nvim/lua/rayandrew/neovide.lua
Ray Andrew 9c7437d6ad
update
2024-01-10 21:28:00 -06:00

5 lines
124 B
Lua

if vim.g.neovide then
-- set the font
vim.o.guifont = "InconsolataGo Nerd Font Mono:h18"
vim.cmd("cd ~/Personal")
end