X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/6268e051d38a33110a53588165aaae84d49c43d8..822043bead5265192e71c13d01662cae74a526f9:/.config/lazyvim/lua/plugins/neotest-hide-output.lua diff --git a/.config/lazyvim/lua/plugins/neotest-hide-output.lua b/.config/lazyvim/lua/plugins/neotest-hide-output.lua new file mode 100644 index 0000000..715e159 --- /dev/null +++ b/.config/lazyvim/lua/plugins/neotest-hide-output.lua @@ -0,0 +1,8 @@ +return { + { + "nvim-neotest/neotest", + opts = { + output = { enabled = false }, + }, + }, +}