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",