From a8e7778c7357e3043f340a34efbb15a5e884dc86 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 10 May 2023 18:17:07 +0200 Subject: Add neotest.lua --- lua/plugins/neotest.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/neotest.lua (limited to 'lua/plugins/neotest.lua') diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua new file mode 100644 index 0000000..aa73899 --- /dev/null +++ b/lua/plugins/neotest.lua @@ -0,0 +1,11 @@ +require("neotest").setup({ + adapters = { + require("neotest-python")({ + dap = { justMyCode = false }, + }), + require("neotest-plenary"), + require("neotest-vim-test")({ + ignore_file_types = { "python", "vim", "lua" }, + }), + }, +}) -- cgit v1.2.3