diff options
author | Adam Stück <adam@adast.dk> | 2024-08-06 15:34:27 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-06 15:34:27 +0200 |
commit | e1d0c859d6ccd311c6e3d9edbea8a7ef2f4895ce (patch) | |
tree | b12109b351aa33337d2bac754316324901387b7b | |
parent | d8bad23d11f5b1a291287887f1c21499a5e3d743 (diff) |
init.lua: enable nerd font
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' -- Set to true if you have a Nerd Font installed and selected in the terminal -vim.g.have_nerd_font = false +vim.g.have_nerd_font = true -- [[ Setting options ]] require 'options' |