Skip to content

Commit

Permalink
removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredosdpiii committed Sep 4, 2023
1 parent 724d4e1 commit 7cff6d7
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -974,42 +974,6 @@ return {
end,
},

-- DAP
{
"mfussenegger/nvim-dap",
config = function()
require("plugins.dap")
end,
keys = {
"<Leader>da",
"<Leader>db",
"<Leader>dc",
"<Leader>dd",
"<Leader>dh",
"<Leader>di",
"<Leader>do",
"<Leader>dO",
"<Leader>dt",
},
dependencies = {
"theHamsta/nvim-dap-virtual-text",
"rcarriga/nvim-dap-ui",
"mxsdev/nvim-dap-vscode-js",
},
},
{
"LiadOz/nvim-dap-repl-highlights",
config = true,
dependencies = {
"mfussenegger/nvim-dap",
"nvim-treesitter/nvim-treesitter",
},
build = function()
if not require("nvim-treesitter.parsers").has_parser("dap_repl") then
vim.cmd(":TSInstall dap_repl")
end
end,
},
-- DAP
{
"mfussenegger/nvim-dap",
Expand Down

0 comments on commit 7cff6d7

Please sign in to comment.