mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(gitsigns): change name of filetype blame
This commit is contained in:
parent
d5a4ced75a
commit
a25b9e5a62
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||
"neotest-summary",
|
||||
"neotest-output-panel",
|
||||
"dbout",
|
||||
"gitsigns.blame",
|
||||
"gitsigns-blame",
|
||||
},
|
||||
callback = function(event)
|
||||
vim.bo[event.buf].buflisted = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue