From 1320fb06830a031bf1d79234ec35152d899ef391 Mon Sep 17 00:00:00 2001 From: Phillip Nguyen Date: Mon, 26 Aug 2024 14:19:31 -0700 Subject: [PATCH] wip --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.lua b/init.lua index 98da0a97..2f40dfd6 100644 --- a/init.lua +++ b/init.lua @@ -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.maplocalleader = ' ' +<<<<<<< HEAD -- Set to true if you have a Nerd Font installed and selected in the terminal 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 ]] -- See `:help vim.o`