From e3dcee7c35d61a95e60b0e794a6802af93e85daf Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sat, 22 Jun 2024 21:10:52 +0700 Subject: [PATCH] fix: error treesitter cpp --- lua/plugins/cppcfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/cppcfg.lua b/lua/plugins/cppcfg.lua index b30cd9a..f8b806a 100644 --- a/lua/plugins/cppcfg.lua +++ b/lua/plugins/cppcfg.lua @@ -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",