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 authored and orhosko committed Apr 28, 2024
1 parent 6cbb8e8 commit 6bee000
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 @@ -4,7 +4,7 @@
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 = true

-- [[ Setting options ]]
Expand Down

0 comments on commit 6bee000

Please sign in to comment.