mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-27 12:55:38 +00:00
7 lines
150 B
Lua
7 lines
150 B
Lua
require("neotest").setup({
|
|
adapters = {
|
|
require("neotest-vim-test")({ allow_file_types = { "haskell"} }),
|
|
require("neotest-elixir")
|
|
},
|
|
})
|