Enabled nerd fonts

This commit is contained in:
Ruslan Rakhmanov 2025-05-28 19:47:35 +02:00
parent ecacbd24f8
commit f20c465628
2 changed files with 2 additions and 1 deletions

View file

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