From a3a71578ce1d9acb1c761ea550cd47e1f82460ba Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 12 May 2020 19:05:08 +0200 Subject: [PATCH] Remove gitgutter --- home/neovim/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/neovim/default.nix b/home/neovim/default.nix index a7770409..8d053aea 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -29,7 +29,8 @@ let vim-snippets # provides standard snippets # Git - fugitive coc-git gitgutter # need to figure out what does what + coc-git # statusline, numberline and explorer infos + fugitive # various git commands # Commenting and Uncommenting nerdcommenter