update: set nerd font installed to true

nerd fonts come along with a high number of glyphs (icons) and make up
for a better command line experience
This commit is contained in:
Pascal Popp 2024-07-30 15:49:37 +02:00
parent 1860184830
commit 683a43c85a
1 changed files with 1 additions and 1 deletions

View File

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