my neovim config, who would've thought

refactor(gitsigns): use default file length cup

olexsmir.xyz efc28847 9f2bdcf5

verified
Changed files
+1 -2
lua
plugins
+1 -2
lua/plugins/git.lua
··· 23 23 ---@type Gitsigns.Config 24 24 ---@diagnostic disable: missing-fields 25 25 opts = { 26 - max_file_length = 1000, 27 - current_line_blame = true, 28 26 numhl = true, 29 27 signs = { 30 28 add = { text = "" }, ··· 34 32 changedelete = { text = "" }, 35 33 untracked = { text = "" }, 36 34 }, 35 + current_line_blame = true, 37 36 current_line_blame_opts = { 38 37 virt_text_pos = "eol", 39 38 delay = 300,