Skip to content

Commit 65e7fbc

Browse files
dam9000alex-rieger
authored andcommitted
Comment about nerd font selection. Fixes nvim-lua#853 (nvim-lua#854)
1 parent 6823d2a commit 65e7fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ P.S. You can delete this when you're done too. It's your config now! :)
9090
vim.g.mapleader = ' '
9191
vim.g.maplocalleader = ' '
9292

93-
-- Set to true if you have a Nerd Font installed
94-
vim.g.have_nerd_font = true
93+
-- Set to true if you have a Nerd Font installed and selected in the terminal
94+
vim.g.have_nerd_font = false
9595

9696
-- [[ Setting options ]]
9797
-- See `:help vim.opt`

0 commit comments

Comments
 (0)