update nvim config

This commit is contained in:
2025-08-22 01:37:01 -07:00
parent ab82ecb001
commit 6317be3b2b
4 changed files with 23 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ return {
current_line_blame_opts = {
virt_text = true,
virt_text_pos = "eol", -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
delay = 500,
ignore_whitespace = false,
virt_text_priority = 100,
},