Turned nerd fonts on

This commit is contained in:
Diego Miguel M. Villamil 2024-10-13 22:48:42 +08:00
parent 68f49f0459
commit 04fb91067d
1 changed files with 1 additions and 1 deletions

View File

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