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,13 @@
-- Neotest: test runner with Go and Python adapters.
-- Loads on go/python filetypes, or when require("neotest") is called from a
-- keymap (config.keymap wraps the bindings in `function() require(...) end`
-- precisely so the lazy-load can happen.
return {
{
"nvim-neotest/neotest",
lazy = true,
ft = { "go", "ptyhon" },
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",