From 01e21ec579627d09d119d307e0a81c6b928c2097 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 12:46:24 -0500 Subject: [PATCH 1/2] fix: ghostty install isntructions --- doc/nonicons.nvim.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/nonicons.nvim.txt b/doc/nonicons.nvim.txt index 708ca00..22db544 100644 --- a/doc/nonicons.nvim.txt +++ b/doc/nonicons.nvim.txt @@ -183,8 +183,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 ~ From c79a8b5b2893074fab8ddba82a8a6dccef949a80 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 12:50:22 -0500 Subject: [PATCH 2/2] fix(docs): lazy = false --- doc/nonicons.nvim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/nonicons.nvim.txt b/doc/nonicons.nvim.txt index 22db544..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