diff options
| author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-17 15:59:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 09:59:14 -0400 |
| commit | a242393885bf339dbd2390354b1a101525730b7b (patch) | |
| tree | 4bdc7d5e70e30f5a0ecf1febc174aaf9ff24aa24 /nvim/init.lua | |
| parent | c5338bbb7548ffad44436e0f09161554a46a5853 (diff) | |
| download | dots-a242393885bf339dbd2390354b1a101525730b7b.tar.gz | |
Comment about nerd font selection. Fixes #853 (#854)
Diffstat (limited to 'nvim/init.lua')
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 496f45b..1d922df 100644 --- a/nvim/init.lua +++ b/nvim/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 ]] |