fix: error treesitter cpp

This commit is contained in:
asep.komarudin 2024-06-22 21:10:52 +07:00
parent 174eed8daa
commit e3dcee7c35

View file

@ -5,7 +5,7 @@ if pcode.active_cpp_config then
M = {
{
"nvim-neotest/neotest",
event = "VeryLazy",
ft = { "cpp" },
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-neotest/nvim-nio",