mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Several changes
This commit is contained in:
5
.config/nvim/after/plugin/neotest.lua
Normal file
5
.config/nvim/after/plugin/neotest.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
require("neotest").setup({
|
||||
adapters = {
|
||||
require("neotest-vim-test")({ allow_file_types = { "haskell", "elixir" } }),
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user