This commit is contained in:
Phillip Nguyen 2024-08-26 14:19:31 -07:00 committed by Phillip Nguyen
parent 9f894b2306
commit 1320fb0683
1 changed files with 5 additions and 0 deletions

View File

@ -90,8 +90,13 @@ P.S. You can delete this when you're done too. It's your config now! :)
vim.g.mapleader = ' ' vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
<<<<<<< HEAD
-- 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 = false
=======
-- Set to true if you have a Nerd Font installed
vim.g.have_nerd_font = true
>>>>>>> e91ac7d (wip)
-- [[ Setting options ]] -- [[ Setting options ]]
-- See `:help vim.o` -- See `:help vim.o`