Enable nerd font

This commit is contained in:
Michal 2025-03-26 07:25:53 +01:00
parent 871c21471a
commit 8a8de4cc68
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,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`