aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-04-17 16:33:32 +0200
committerDamjan 9000 <damjan.9000@gmail.com>2024-04-17 16:33:32 +0200
commitc0ac446e587b7a0b9651f684538364236a17fa99 (patch)
treeb92aef744abc2d4d201f62e1a53e4d10cf313914
parent478a8306422d13b42a0d414c8713bb665f9433b8 (diff)
parentfabeb86d8bb6cf1df5e05377f3abca10e4a25a24 (diff)
Merge 'upstream' Comment about nerd font selection.
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index e429a66..3784c1a 100644
--- a/init.lua
+++ b/init.lua
@@ -90,7 +90,7 @@ 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
+-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false
-- [[ Setting options ]]