Enable Nerd Fonts

This commit is contained in:
Jack Jarosz 2024-08-22 19:13:37 -04:00
parent ce0c7340ff
commit 76e46e4a4a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
-- [[ Setting options ]]
-- See `:help vim.opt`