Add nvim-test plugin
This commit is contained in:
parent
0db7e54067
commit
80c06762a1
|
@ -81,7 +81,7 @@ require("packer").startup({
|
|||
},
|
||||
config = function()
|
||||
require("config.neotree")
|
||||
end
|
||||
end,
|
||||
})
|
||||
use({
|
||||
"nvim-telescope/telescope.nvim",
|
||||
|
@ -116,6 +116,12 @@ require("packer").startup({
|
|||
require("Navigator").setup()
|
||||
end,
|
||||
})
|
||||
use({
|
||||
"klen/nvim-test",
|
||||
config = function()
|
||||
require("nvim-test").setup()
|
||||
end,
|
||||
})
|
||||
end,
|
||||
config = {
|
||||
display = {
|
||||
|
|
Loading…
Reference in a new issue