From 6971dead2426012f408f7b1decc93710bf756bd7 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 8 Jul 2022 17:53:40 +0200 Subject: [PATCH] Remove git diff command in favor of lazygit integration in the future --- .config/lvim/config.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/lvim/config.lua b/.config/lvim/config.lua index be8e175d..d1024094 100644 --- a/.config/lvim/config.lua +++ b/.config/lvim/config.lua @@ -74,9 +74,6 @@ lvim.plugins = { } end, }, - { "sindrets/diffview.nvim", - event = "BufRead", - }, { "folke/todo-comments.nvim", event = "BufRead", config = function()