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 --- common/vim.nix | 1 - dotfiles/vim.lua | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/common/vim.nix b/common/vim.nix index a9bbcad..d6d0eaa 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -121,7 +121,6 @@ let # Other tmux-complete-vim vim-fugitive - neogit vim-rhubarb vim-repeat vim-unimpaired 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