📝 Reverted to just py and js testing suties
This commit is contained in:
parent
230b003e01
commit
da07c17ab8
2 changed files with 1 additions and 2 deletions
|
|
@ -159,7 +159,6 @@ require('neotest').setup({
|
|||
end,
|
||||
}),
|
||||
require('neotest-python'),
|
||||
require('neotest-rust')
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -55,5 +55,5 @@ require('packer').startup(function()
|
|||
use { 'sindrets/diffview.nvim', requires = 'nvim-lua/plenary.nvim' }
|
||||
use 'arrufat/vala.vim' -- for vala programming language
|
||||
use 'chemzqm/neovim'
|
||||
use {'nvim-neotest/neotest', requires = { 'nvim-lua/plenary.nvim', 'nvim-treesitter/nvim-treesitter', 'antoinemadec/FixCursorHold.nvim', 'haydenmeade/neotest-jest', 'nvim-neotest/neotest-python', 'rouge8/neotest-rust' }}
|
||||
use {'nvim-neotest/neotest', requires = { 'nvim-lua/plenary.nvim', 'nvim-treesitter/nvim-treesitter', 'antoinemadec/FixCursorHold.nvim', 'haydenmeade/neotest-jest', 'nvim-neotest/neotest-python',}}
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue