gnu-plus-dotfiles/dot_config/nvim/init.lua
2024-05-26 12:21:21 -04:00

4 lines
109 B
Lua

-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.guifont = { "Hack", ":h16" }