Merge 'upstream/master' Make the Nerd Font an optional requirement

This commit is contained in:
Damjan 9000
2024-03-06 19:44:10 +01:00
5 changed files with 31 additions and 7 deletions

View File

@@ -90,6 +90,9 @@ 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
vim.g.have_nerd_font = false
-- [[ Setting options ]]
require 'options'