tests and terminal
This commit is contained in:
@@ -85,6 +85,12 @@ return {
|
||||
require("plugins.config.trouble")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
config = function()
|
||||
require("plugins.config.toggleterm")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
@@ -103,6 +109,17 @@ return {
|
||||
require("plugins.config.dap")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = {
|
||||
"nvim-neotest/nvim-nio",
|
||||
"nvim-lua/plenary.nvim",
|
||||
"alfaix/neotest-gtest",
|
||||
},
|
||||
config = function()
|
||||
require("plugins.config.neotest")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"Civitasv/cmake-tools.nvim",
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user