fix(extras): fix git recommended ft

This commit is contained in:
Kevin Traver 2024-11-08 12:31:50 -08:00
parent 4876d1137d
commit ac6fb84764

View file

@ -1,7 +1,9 @@
return {
recommended = {
ft = { "gitcommit", "gitconfig", "gitrebase", "gitignore", "gitattributes" },
},
recommended = function()
return LazyVim.extras.wants({
ft = { "gitcommit", "gitconfig", "gitrebase", "gitignore", "gitattributes" },
})
end,
-- Treesitter git support
{
"nvim-treesitter/nvim-treesitter",