fix(nvim): keymaps

This commit is contained in:
Léana 江 2023-03-09 19:32:14 +01:00
parent 4d9782becc
commit 7fe3a98237
5 changed files with 7 additions and 6 deletions

View file

@ -19,7 +19,7 @@ require('gitsigns').setup({
current_line_blame = false, -- Toggle with `:Gitsigns toggle_current_line_blame`
current_line_blame_opts = {
virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
virt_text_pos = 'right_align', -- 'eol' | 'overlay' | 'right_align'
delay = 0,
ignore_whitespace = false,
},