From 468783eb8bceb9f1732ac9749d0554966647b120 Mon Sep 17 00:00:00 2001 From: Joshua Nussbaum <67082011+joshuanussbaum@users.noreply.github.com> Date: Mon, 13 May 2024 18:04:18 -0500 Subject: [PATCH] fix init.lua --- init.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.lua b/init.lua index 16039b0d..cf3aec43 100644 --- a/init.lua +++ b/init.lua @@ -4,18 +4,8 @@ vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' -<<<<<<< HEAD -- Set to true if you have a Nerd Font installed vim.g.have_nerd_font = true -======= -<<<<<<< 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 ->>>>>>> f434b82 (add new init.lua) ->>>>>>> nvim-lua-master -- [[ Setting options ]] -- See `:help vim.opt`