summaryrefslogtreecommitdiffstats
path: root/nvim/init.lua
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2025-03-16 00:08:09 +0100
committerChristoph Schlosser <christoph@linux.com>2025-03-16 00:09:36 +0100
commitd29a9724a7c4404427dab4cad199c12f6b09e427 (patch)
tree19574c82e95de5bfc0358dc4a6f107a44ba2a5fd /nvim/init.lua
parent5429edbdb64933d69247d85293c7eb0cdba0700e (diff)
downloaddots-d29a9724a7c4404427dab4cad199c12f6b09e427.tar.gz
nvim: Set config to enable nerdfonts
Diffstat (limited to 'nvim/init.lua')
-rw-r--r--nvim/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua
index 5b1b866..9f809e2 100644
--- a/nvim/init.lua
+++ b/nvim/init.lua
@@ -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 ]]
-- See `:help vim.opt`