2 -- Treesitter git support
3 { "nvim-treesitter/nvim-treesitter",
4 opts = { ensure_installed = { "git_config", "gitcommit", "git_rebase", "gitignore", "gitattributes" } },
11 { "petertriho/cmp-git", opts = {} },
14 ---@param opts cmp.ConfigSchema
15 opts = function(_, opts)
16 table.insert(opts.sources, { name = "git" })