lewis6991 / gitsigns.nvim

Git integration for buffers
MIT License
4.86k stars 186 forks source link

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

Closed lostl1ght closed 3 weeks ago

lostl1ght commented 2 months ago

Hello!

Current file type name gitsigns.blame does not allow a user to setup a ftplugin file. Neovim does not pick up a file named gitsigns.blame.lua (or gitsigns.blame.vim for that matter). :h ftplugin-name does not mention how to work around that limitation.

This PR fixes that behaviour.