From 72c7b6d1ddb250fdf803298e5de28e9dd3d5912c Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 27 Sep 2022 20:21:40 +0200 Subject: vim: remove neogit unused and errors out --- dotfiles/vim.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 81d0111..653a316 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua @@ -406,18 +406,6 @@ require("diffview").setup { enhanced_diff_hl = true, } --- Neogit - -require("neogit").setup { - signs = { - section = { "", "" }, - item = { "", "" }, - }, - integrations = { - diffview = true, - }, -} - -- Notify vim.cmd [[highlight link NotifyERRORBorder DiagnosticError]] -- cgit v1.2.3