mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
fix: error treesitter cpp
This commit is contained in:
parent
174eed8daa
commit
e3dcee7c35
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if pcode.active_cpp_config then
|
||||||
M = {
|
M = {
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
event = "VeryLazy",
|
ft = { "cpp" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
"nvim-neotest/nvim-nio",
|
"nvim-neotest/nvim-nio",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue