From 9b3bb20f350243d85e020ba39ac7e7d2e7f9579d Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Tue, 25 Jun 2024 21:22:46 +0300 Subject: [PATCH] update --- lua/custom/plugins/neogit.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/neogit.lua b/lua/custom/plugins/neogit.lua index 063220e0..ec40dd81 100644 --- a/lua/custom/plugins/neogit.lua +++ b/lua/custom/plugins/neogit.lua @@ -5,8 +5,12 @@ return { 'nvim-lua/plenary.nvim', -- required { 'sindrets/diffview.nvim', -- optional - Diff integration - dependencies = { - 'nvim-web-devicons', + -- dependencies = { + -- brew install font-hack-nerd-font + -- 'nvim-web-devicons', + -- }, + config = { + use_icons = false, }, },