From 729edfb8c159ec49288f4326e37e8cc7e8e7f813 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 22 Feb 2026 14:38:33 +0100 Subject: [PATCH] chore: remove vim fugitive --- lua/plugins/misc.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lua/plugins/misc.lua b/lua/plugins/misc.lua index d89c9cd..c0cc0c5 100644 --- a/lua/plugins/misc.lua +++ b/lua/plugins/misc.lua @@ -4,14 +4,6 @@ return { -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', }, - { - -- Powerful Git integration for Vim - 'tpope/vim-fugitive', - }, - { - -- GitHub integration for vim-fugitive - 'tpope/vim-rhubarb', - }, { -- Hints keybinds 'folke/which-key.nvim',