From e6d3a78eb398be63a99d2f4ee47a42b87a02cb63 Mon Sep 17 00:00:00 2001 From: Barrett Ruth <62671086+barrettruth@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:51:22 -0500 Subject: [PATCH] fix: ghostty install instructions (#8) * fix: ghostty install isntructions * fix(docs): lazy = false --- doc/nonicons.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/nonicons.nvim.txt b/doc/nonicons.nvim.txt index 708ca00..aca5336 100644 --- a/doc/nonicons.nvim.txt +++ b/doc/nonicons.nvim.txt @@ -23,6 +23,7 @@ Load nvim-web-devicons before nonicons.nvim. For example, with lazy.nvim: >lua { 'barrettruth/nonicons.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, + lazy = false, } < The plugin works automatically with no configuration required. For @@ -183,8 +184,7 @@ Download the font from: https://github.com/ya2s/nonicons/releases ghostty ~ > - font-family = Nonicons - font-family = YourMainFont + font_codepoint_map = "U+f101-U+f25c=nonicons" < kitty ~