Skip to content

Commit

Permalink
Comment about nerd font selection. Fixes nvim-lua#853 (nvim-lua#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
dam9000 committed Apr 17, 2024
1 parent e2bfa0c commit fabeb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]
Expand Down

0 comments on commit fabeb86

Please sign in to comment.