From 3596fa180d8cbb75b77e372d181604c1a7324eab Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Wed, 17 Apr 2024 15:59:14 +0200 Subject: [PATCH] Comment about nerd font selection. Fixes #853 (#854) --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 42a92cd5a72..53302da2984 100644 --- a/init.lua +++ b/init.lua @@ -90,7 +90,6 @@ P.S. You can delete this when you're done too. It's your config now! :) vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' --- Set to true if you have a Nerd Font installed vim.g.have_nerd_font = true -- [[ Setting options ]]