mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(git): added recommended
This commit is contained in:
parent
100c5793c8
commit
88db9c5192
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
return {
|
return {
|
||||||
|
recommended = {
|
||||||
|
ft = { "gitcommit", "gitconfig", "gitrebase", "gitignore", "gitattributes" },
|
||||||
|
},
|
||||||
-- Treesitter git support
|
-- Treesitter git support
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue