5 lines
124 B
Lua
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
|