nvim: show gitsigns where dotfiles live
This commit is contained in:
parent
1fd1dc8ac1
commit
203556ba97
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue