gnu-plus-dotfiles/dot_config/nvim/init.lua

4 lines
109 B
Lua
Raw Normal View History

2024-05-26 12:21:21 -04:00
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.guifont = { "Hack", ":h16" }