From 623bb6c8936eb6fc4ac71cdb26c8f82d93e1990f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 13 Mar 2023 15:46:45 +0000 Subject: [PATCH] home: vim: git: attach to untracked buffers Turns outs it looks way more discreet now. Whether that's due to an update to the plug-in or my changing colorscheme, I don't know. --- home/vim/plugin/settings/git.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/vim/plugin/settings/git.vim b/home/vim/plugin/settings/git.vim index 8839fc9..e67197f 100644 --- a/home/vim/plugin/settings/git.vim +++ b/home/vim/plugin/settings/git.vim @@ -3,9 +3,6 @@ local gitsigns = require('gitsigns') local wk = require("which-key") gitsigns.setup({ - -- I dislike the full-green sign column when this happens - attach_to_untracked = false, - current_line_blame_opts = { -- Show the blame quickly delay = 100,