test: remove nvim-dap from test deps because it didn't use anywhere
This commit is contained in:
parent
4ff84c5031
commit
e3a038fcfa
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ vim.notify = print
|
||||||
|
|
||||||
install_plug "nvim-lua/plenary.nvim"
|
install_plug "nvim-lua/plenary.nvim"
|
||||||
install_plug "nvim-treesitter/nvim-treesitter"
|
install_plug "nvim-treesitter/nvim-treesitter"
|
||||||
install_plug "mfussenegger/nvim-dap"
|
|
||||||
|
|
||||||
vim.env.XDG_CONFIG_HOME = root ".tests/config"
|
vim.env.XDG_CONFIG_HOME = root ".tests/config"
|
||||||
vim.env.XDG_DATA_HOME = root ".tests/data"
|
vim.env.XDG_DATA_HOME = root ".tests/data"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue