diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:08:09 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:09:36 +0100 |
| commit | d29a9724a7c4404427dab4cad199c12f6b09e427 (patch) | |
| tree | 19574c82e95de5bfc0358dc4a6f107a44ba2a5fd /nvim/init.lua | |
| parent | 5429edbdb64933d69247d85293c7eb0cdba0700e (diff) | |
| download | dots-d29a9724a7c4404427dab4cad199c12f6b09e427.tar.gz | |
nvim: Set config to enable nerdfonts
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 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` |