use nerd font by default

This commit is contained in:
Baipyrus 2024-03-07 14:37:23 +01:00
parent 5d8d5f4011
commit 5a074e6f82

View File

@ -4,7 +4,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
-- [[ Setting options ]]
require 'options'