refactored plugins and configurations

This commit is contained in:
2026-05-19 18:33:44 -06:00
parent 5c35466664
commit 4137b7424d
14 changed files with 550 additions and 563 deletions

View File

@@ -1,6 +1,19 @@
-- nvim-coverage: show test coverage gutter signs.
-- Loads when opening Go files or when a Coverage* command is invoked.
return {
{
"andythigpen/nvim-coverage",
ft = "go",
cmd = {
"Coverage",
"CoverageLoad",
"CoverageShow",
"CoverageHide",
"CoverageToggle",
"CoverageClear",
"CoverageSummary",
},
dependencies = "nvim-lua/plenary.nvim",
config = true,
},