Add neotest and overseer

This commit is contained in:
2024-05-21 11:13:49 -04:00
parent b1092bbba7
commit 8bf4582a08
6 changed files with 66 additions and 12 deletions

7
lua/plugins/overseer.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
"stevearc/overseer.nvim",
opts = {},
keys = {
{ "<leader>o", "<cmd>OverseerToggle<CR>", desc = "Toggle Overseer Panel" },
},
}