Add nvim-test plugin
This commit is contained in:
parent
0db7e54067
commit
80c06762a1
|
@ -79,9 +79,9 @@ require("packer").startup({
|
|||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
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