From 3f655271e6aec8b4e0a77f126c39c1da376b4a19 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 11 Feb 2024 00:23:38 +0530 Subject: [PATCH] remove gitblame --- after/plugin/gitblame.lua | 4 ---- lua/plugins.lua | 5 ----- 2 files changed, 9 deletions(-) diff --git a/after/plugin/gitblame.lua b/after/plugin/gitblame.lua index 446af76..e69de29 100644 --- a/after/plugin/gitblame.lua +++ b/after/plugin/gitblame.lua @@ -1,4 +0,0 @@ -require('gitblame').setup{ - date_format = '%r', - message_when_not_committed = '' -} diff --git a/lua/plugins.lua b/lua/plugins.lua index 90955a8..98286aa 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -26,9 +26,4 @@ return require('packer').startup(function(use) 'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } } - - use { - 'f-person/git-blame.nvim' - } - end)