From df76ed1f6839b31ad5c450585d4fc88aef3c16c1 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Tue, 25 Jun 2024 22:05:11 +0300 Subject: [PATCH] update --- lua/custom/plugins/neogit.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/neogit.lua b/lua/custom/plugins/neogit.lua index ec40dd81..bbec20be 100644 --- a/lua/custom/plugins/neogit.lua +++ b/lua/custom/plugins/neogit.lua @@ -7,16 +7,16 @@ return { 'sindrets/diffview.nvim', -- optional - Diff integration -- dependencies = { -- brew install font-hack-nerd-font - -- 'nvim-web-devicons', + -- 'nvim-tree/nvim-web-devicons', -- }, config = { use_icons = false, }, }, - 'nvim-telescope/telescope.nvim', -- optional }, config = true, + vim.keymap.set({ 'n', 'i', 'v' }, 'n', 'Neogit kind=replace', {}), }, --{