mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
remove: treesitter duplicate config
This commit is contained in:
parent
b2e2b94344
commit
a7ae61e8af
5 changed files with 3 additions and 223 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue