remove: treesitter duplicate config

This commit is contained in:
asep.komarudin 2024-06-29 10:04:03 +07:00
parent b2e2b94344
commit a7ae61e8af
5 changed files with 3 additions and 223 deletions

View file

@ -5,6 +5,7 @@ if pcode.active_cpp_config then
M = {
{
"nvim-treesitter/nvim-treesitter",
event = "VeryLazy",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "cpp", "c" })