fix(blame)!: replace dot with dash in blame file type name

This commit is contained in:
Contsantine Bulany 2024-06-25 14:35:41 +03:00 committed by Lewis Russell
parent f074844b60
commit 0ed466953f

View file

@ -279,7 +279,7 @@ M.blame = function()
blm_bo.buftype = 'nofile'
blm_bo.bufhidden = 'wipe'
blm_bo.modifiable = false
blm_bo.filetype = 'gitsigns.blame'
blm_bo.filetype = 'gitsigns-blame'
local blm_wlo = vim.wo[blm_win][0]
blm_wlo.foldcolumn = '0'