diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-17 16:33:32 +0200 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-17 16:33:32 +0200 |
commit | c0ac446e587b7a0b9651f684538364236a17fa99 (patch) | |
tree | b92aef744abc2d4d201f62e1a53e4d10cf313914 /init.lua | |
parent | 478a8306422d13b42a0d414c8713bb665f9433b8 (diff) | |
parent | fabeb86d8bb6cf1df5e05377f3abca10e4a25a24 (diff) |
Merge 'upstream' Comment about nerd font selection.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]] |