nvim updates

This commit is contained in:
2026-04-27 18:46:26 +02:00
parent acdf747c02
commit 7eaec6d1d7
4 changed files with 22 additions and 3 deletions

View File

@@ -11,7 +11,10 @@ return {
config = function()
require("neotest").setup({
adapters = {
require("neotest-python"),
require("neotest-python")({
python = vim.fn.exepath("python"),
runner = "pytest",
}),
require("neotest-go")
},
diagnostic = {