home: vim: git: attach to untracked buffers
All checks were successful
continuous-integration/drone/push Build is passing

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.
This commit is contained in:
Bruno BELANYI 2023-03-13 15:46:45 +00:00
parent 1e4d4650e2
commit 623bb6c893

View file

@ -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,