mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras): fix git recommended ft
This commit is contained in:
parent
4876d1137d
commit
ac6fb84764
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
return {
|
return {
|
||||||
recommended = {
|
recommended = function()
|
||||||
ft = { "gitcommit", "gitconfig", "gitrebase", "gitignore", "gitattributes" },
|
return LazyVim.extras.wants({
|
||||||
},
|
ft = { "gitcommit", "gitconfig", "gitrebase", "gitignore", "gitattributes" },
|
||||||
|
})
|
||||||
|
end,
|
||||||
-- Treesitter git support
|
-- Treesitter git support
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue