(nvim) set to have nerd fonts to true by default

This commit is contained in:
jc 2025-01-14 18:56:35 -05:00
commit 71c84a99fb

View file

@ -57,3 +57,5 @@ vim.opt.completeopt = "menu,menuone,noselect"
vim.opt.breakindent = true
vim.opt.cursorline = true
vim.g.have_nerd_font = true