Activate nerd fonts

This commit is contained in:
Alexandre Ignjatovic 2024-05-24 10:39:23 +02:00
parent bd6b590590
commit 0037d1b01b
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`