nvim: show gitsigns where dotfiles live

This commit is contained in:
PowerUser64 2022-08-25 02:38:17 -07:00
parent 1fd1dc8ac1
commit 203556ba97

View file

@ -111,6 +111,12 @@ M.gitsigns = function()
},
attach_to_untracked = true,
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
worktrees = {
{
toplevel = vim.env.HOME,
gitdir = vim.env.HOME .. '/git/dotfiles'
},
},
current_line_blame_opts = {
virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'